diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-03-24 23:31:56 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-03-24 23:31:56 +0000 |
| commit | fceae5849b57feab320e768696564b3b93bcddc7 (patch) | |
| tree | 7e0ea6e409c2781b7c1a2d6f762283d07af576c8 /src/libffmpeg/Makefile.am | |
| parent | 75960283e292df4e37078a68fbb9eea9cc20a76c (diff) | |
| download | xine-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/Makefile.am')
| -rw-r--r-- | src/libffmpeg/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/libffmpeg/Makefile.am b/src/libffmpeg/Makefile.am index ebcf60fbb..e2e528356 100644 --- a/src/libffmpeg/Makefile.am +++ b/src/libffmpeg/Makefile.am @@ -4,8 +4,6 @@ SUBDIRS = libavcodec -CFLAGS = @GLOBAL_CFLAGS@ - LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic libdir = $(XINE_PLUGINDIR) @@ -21,7 +19,7 @@ debug: @list='$(SUBDIRS)'; for subdir in $$list; do \ (cd $$subdir && $(MAKE) $@) || exit;\ done; - @$(MAKE) CFLAGS="@DEBUG_CFLAGS@" + @$(MAKE) CFLAGS="$(DEBUG_CFLAGS)" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
