diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-08-13 18:17:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-08-13 18:17:26 +0000 |
commit | ad1d871021b15e1d4151725dd6cc15f4884061d2 (patch) | |
tree | 1b718a4a234e31d05c2904ea0e06ad4afb492a3b /common.mak | |
parent | ea452b54f0f767847ff3e7c1d59f439b2fd80cbb (diff) | |
download | ffmpeg-ad1d871021b15e1d4151725dd6cc15f4884061d2.tar.gz |
Move -D_ISOC9X_SOURCE to configure so its available to all tests.
Originally committed as revision 14729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common.mak b/common.mak index cccd00b23d..575780688c 100644 --- a/common.mak +++ b/common.mak @@ -19,7 +19,7 @@ endif ALLFFLIBS = avcodec avdevice avfilter avformat avutil postproc swscale CFLAGS := -DHAVE_AV_CONFIG_H -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE \ - -D_ISOC9X_SOURCE -I$(BUILD_ROOT_REL) -I$(SRC_PATH) $(OPTFLAGS) + -I$(BUILD_ROOT_REL) -I$(SRC_PATH) $(OPTFLAGS) %.o: %.c $(CC) $(CFLAGS) $(LIBOBJFLAGS) -c -o $@ $< @@ -116,4 +116,4 @@ $(eval $(RULES)) tests: $(TESTS) --include $(DEPS) +#-include $(DEPS) |