diff options
Diffstat (limited to 'src/demuxers/Makefile.am')
| -rw-r--r-- | src/demuxers/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am index fc121d011..6654f244b 100644 --- a/src/demuxers/Makefile.am +++ b/src/demuxers/Makefile.am @@ -1,4 +1,4 @@ -CFLAGS = @GLOBAL_CFLAGS@ @OGG_CFLAGS@ +CFLAGS = @CFLAGS@ $(OGG_CFLAGS) LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -29,7 +29,7 @@ lib_LTLIBRARIES = $(ogg_module) $(qt_modules) $(asf_module) xineplug_dmx_avi.la xineplug_dmx_cda.la xineplug_dmx_ogg_la_SOURCES = demux_ogg.c -xineplug_dmx_ogg_la_LIBADD = @OGG_LIBS@ +xineplug_dmx_ogg_la_LIBADD = $(OGG_LIBS) xineplug_dmx_ogg_la_LDFLAGS = -avoid-version -module xineplug_dmx_avi_la_SOURCES = demux_avi.c |
