summaryrefslogtreecommitdiff
path: root/src/libffmpeg/libavcodec/mlib
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-03-24 23:31:56 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2002-03-24 23:31:56 +0000
commitfceae5849b57feab320e768696564b3b93bcddc7 (patch)
tree7e0ea6e409c2781b7c1a2d6f762283d07af576c8 /src/libffmpeg/libavcodec/mlib
parent75960283e292df4e37078a68fbb9eea9cc20a76c (diff)
downloadxine-lib-fceae5849b57feab320e768696564b3b93bcddc7.tar.gz
xine-lib-fceae5849b57feab320e768696564b3b93bcddc7.tar.bz2
Get rid of GLOBAL_CFLAGS, use CFLAGS instead. Note: maybe things are broken
now, so check and report, thanks. CVS patchset: 1629 CVS date: 2002/03/24 23:31:56
Diffstat (limited to 'src/libffmpeg/libavcodec/mlib')
-rw-r--r--src/libffmpeg/libavcodec/mlib/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libffmpeg/libavcodec/mlib/Makefile.am b/src/libffmpeg/libavcodec/mlib/Makefile.am
index 9ee002c7b..1605cb6b4 100644
--- a/src/libffmpeg/libavcodec/mlib/Makefile.am
+++ b/src/libffmpeg/libavcodec/mlib/Makefile.am
@@ -2,9 +2,9 @@
## Process this file with automake to produce Makefile.in
##
-#CFLAGS = -D_FILE_OFFSET_BITS=64 @GLOBAL_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
+#CFLAGS = -D_FILE_OFFSET_BITS=64 @CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
-CFLAGS = @GLOBAL_CFLAGS@ @LIBFFMPEG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
+CFLAGS = @CFLAGS@ $(LIBFFMPEG_CFLAGS) -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H
ASFLAGS =
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
@@ -28,7 +28,7 @@ noinst_HEADERS =
$(ASCOMPILE) -o $@ `test -f $< || echo '$(srcdir)/'`$<
debug:
- @$(MAKE) CFLAGS="@DEBUG_CFLAGS@ @LIBFFMPEG_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
+ @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(LIBFFMPEG_CFLAGS) -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H"
install-debug: debug
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am