diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-10 17:37:50 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2001-08-10 17:37:50 +0000 |
| commit | f86d8e69cb6655f42575055862d6a9d5c4f6d2e5 (patch) | |
| tree | 142ff685cc5b29407574b3cb8cd8685a2424ee39 /src/libffmpeg/libavcodec/Makefile.am | |
| parent | 9cdb6c61b02aced10c14ecf71193bd17c01c2d7a (diff) | |
| download | xine-lib-f86d8e69cb6655f42575055862d6a9d5c4f6d2e5.tar.gz xine-lib-f86d8e69cb6655f42575055862d6a9d5c4f6d2e5.tar.bz2 | |
minor bugfixes, make debug should work now, codec close hopefully works too
CVS patchset: 405
CVS date: 2001/08/10 17:37:50
Diffstat (limited to 'src/libffmpeg/libavcodec/Makefile.am')
| -rw-r--r-- | src/libffmpeg/libavcodec/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/Makefile.am b/src/libffmpeg/libavcodec/Makefile.am index c9a19f498..799be3e53 100644 --- a/src/libffmpeg/libavcodec/Makefile.am +++ b/src/libffmpeg/libavcodec/Makefile.am @@ -2,7 +2,9 @@ ## Process this file with automake to produce Makefile.in ## -CFLAGS = @GLOBAL_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H +#CFLAGS = -D_FILE_OFFSET_BITS=64 @GLOBAL_CFLAGS@ -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H + +CFLAGS = @CFLAGS@ -D_FILE_OFFSET_BITS=64 -Wall -DXINE_COMPILE -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic @@ -25,7 +27,7 @@ noinst_HEADERS = avcodec.h dsputil.h mpegvideo.h dsputil_mmx_avg.h\ mpeg12data.h debug: - $(MAKE) CFLAGS="-Wall -DDEBUG -O -finline-functions -g -DXINE_COMPILE" + @$(MAKE) CFLAGS="-D_FILE_OFFSET_BITS=64 -Wall -DDEBUG -O -finline-functions -g -DXINE_COMPILE -DCONFIG_DECODERS -DHAVE_AV_CONFIG_H" install-debug: debug @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
