X-Git-Url: http://git.ffmpeg.org/gitweb/ffmpeg.git/blobdiff_plain/ea452b54f0f767847ff3e7c1d59f439b2fd80cbb..ad1d871021b15e1d4151725dd6cc15f4884061d2:/common.mak diff --git a/common.mak b/common.mak index cccd00b..5757806 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)