diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-01 17:31:12 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-01 17:31:12 +0000 |
commit | 284db4a4fc4941b7a3b903d3ab23b04840517fd1 (patch) | |
tree | 9e943da20f69f5d62fca7e9888f609dcca496713 /src/demuxers | |
parent | 22c70084bc88af56b103c5b28ad74c9260058ae7 (diff) | |
download | xine-lib-284db4a4fc4941b7a3b903d3ab23b04840517fd1.tar.gz xine-lib-284db4a4fc4941b7a3b903d3ab23b04840517fd1.tar.bz2 |
Avoid potential install-time mislinkage against libxine.so.2.
Diffstat (limited to 'src/demuxers')
-rw-r--r-- | src/demuxers/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index 1d2e41e38..ffbfa0a8d 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -51,7 +51,7 @@ xineplug_LTLIBRARIES = $(ogg_module) $(asf_module) $(mng_module) $(image_module) xineplug_dmx_flv.la xineplug_dmx_ogg_la_SOURCES = demux_ogg.c -xineplug_dmx_ogg_la_LIBADD = $(VORBIS_LIBS) $(SPEEX_LIBS) $(THEORA_LIBS) $(OGG_LIBS) $(XINE_LIB) $(LTLIBINTL) +xineplug_dmx_ogg_la_LIBADD = $(XINE_LIB) $(VORBIS_LIBS) $(SPEEX_LIBS) $(THEORA_LIBS) $(OGG_LIBS) $(LTLIBINTL) xineplug_dmx_ogg_la_CFLAGS = $(AM_CFLAGS) $(VORBIS_CFLAGS) $(SPEEX_CFLAGS) $(THEORA_CFLAGS) $(OGG_CFLAGS) xineplug_dmx_avi_la_SOURCES = demux_avi.c |