aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-21 20:51:41 +0100
committerMax Kellermann <max@duempel.org>2014-12-21 20:51:41 +0100
commit90b91ead721e3ba65c3e8312436c9270233538a3 (patch)
tree115c04004464d2a6e642329213fdaa83f2976563 /Makefile.am
parent1e98e41381a6ca3ff662236b861bd39602b44dc7 (diff)
downloadmpd-90b91ead721e3ba65c3e8312436c9270233538a3.tar.gz
mpd-90b91ead721e3ba65c3e8312436c9270233538a3.tar.xz
mpd-90b91ead721e3ba65c3e8312436c9270233538a3.zip
decoder/ffmpeg: move code to lib/ffmpeg/Init.cxx
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index fbcf280a5..46dac5fb8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -817,6 +817,7 @@ endif
if ENABLE_FFMPEG
noinst_LIBRARIES += libffmpeg.a
libffmpeg_a_SOURCES = \
+ src/lib/ffmpeg/Init.cxx src/lib/ffmpeg/Init.hxx \
src/lib/ffmpeg/Time.hxx \
src/lib/ffmpeg/Buffer.hxx \
src/lib/ffmpeg/LogError.cxx src/lib/ffmpeg/LogError.hxx \