diff options
| author | James Stembridge <jstembridge@users.sourceforge.net> | 2004-03-16 23:31:30 +0000 |
|---|---|---|
| committer | James Stembridge <jstembridge@users.sourceforge.net> | 2004-03-16 23:31:30 +0000 |
| commit | 8983adfcc90aed0d0f087765c66e24f6b3a5403a (patch) | |
| tree | 21bae85eed10124133a3174e067dded46b21fb5d /src/libffmpeg/Makefile.am | |
| parent | 5be597894dd021879f658a62cdf56f2df2491433 (diff) | |
| download | xine-lib-8983adfcc90aed0d0f087765c66e24f6b3a5403a.tar.gz xine-lib-8983adfcc90aed0d0f087765c66e24f6b3a5403a.tar.bz2 | |
By popular request, dv audio decoding
CVS patchset: 6280
CVS date: 2004/03/16 23:31:30
Diffstat (limited to 'src/libffmpeg/Makefile.am')
| -rw-r--r-- | src/libffmpeg/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index c65d83dc3..40b7d57aa 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -9,7 +9,7 @@ INTERNAL_DOCS = diff_to_ffmpeg_cvs.txt libdir = $(XINE_PLUGINDIR) -lib_LTLIBRARIES = xineplug_decode_ff.la +lib_LTLIBRARIES = xineplug_decode_ff.la xineplug_decode_dvaudio.la if HAVE_DXR3 AM_CPPFLAGS = -I$(top_srcdir)/src/dxr3 $(X_CFLAGS) @@ -27,4 +27,8 @@ xineplug_decode_ff_la_LIBADD = $(MLIB_LIBS) $(XINE_LIB) -lm $(ZLIB_LIBS) \ $(top_builddir)/src/libffmpeg/libavcodec/libavcodec.la \ $(top_builddir)/src/libffmpeg/libavcodec/libpostproc/libpostprocess.la +xineplug_decode_dvaudio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_decode_dvaudio_la_SOURCES = dvaudio_decoder.c +xineplug_decode_dvaudio_la_LIBADD = $(XINE_LIB) + noinst_HEADERS = xine_decoder.h |
