diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 20:08:23 +0200 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-31 20:08:23 +0200 |
| commit | 846bf0a0bbae4f384369f2a0632e341c5b0ad1f4 (patch) | |
| tree | 5c2779d156efd5609d215c8b2e502e13cf26e274 /src/liba52/Makefile.am | |
| parent | 2470724b1c7705870c00c206e1dda663fd419238 (diff) | |
| download | xine-lib-846bf0a0bbae4f384369f2a0632e341c5b0ad1f4.tar.gz xine-lib-846bf0a0bbae4f384369f2a0632e341c5b0ad1f4.tar.bz2 | |
Move xine_a52_decoder.c into libxineadec.
--HG--
rename : src/liba52/xine_a52_decoder.c => src/libxineadec/xine_a52_decoder.c
Diffstat (limited to 'src/liba52/Makefile.am')
| -rw-r--r-- | src/liba52/Makefile.am | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am deleted file mode 100644 index 6be417281..000000000 --- a/src/liba52/Makefile.am +++ /dev/null @@ -1,16 +0,0 @@ -include $(top_srcdir)/misc/Makefile.common - -AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) -AM_LDFLAGS = $(xineplug_ldflags) - -$(top_builddir)/contrib/a52dec/liba52.la: - $(MAKE) -C $(top_builddir)/contrib/a52dec - -if ENABLE_A52DEC -xineplug_LTLIBRARIES = xineplug_decode_a52.la -endif - -xineplug_decode_a52_la_SOURCES = xine_a52_decoder.c -xineplug_decode_a52_la_LIBADD = $(XINE_LIB) $(A52DEC_LIBS) -lm -xineplug_decode_a52_la_CFLAGS = $(AM_CFLAGS) $(A52DEC_CFLAGS) -xineplug_decode_a52_la_DEPENDENCIES = $(A52DEC_DEPS) |
