diff options
author | Diego Biurrun <diego@biurrun.de> | 2006-10-11 08:30:13 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-10-11 08:30:13 +0000 |
commit | dadb850a50f75cc9149e394878c2341e73f58770 (patch) | |
tree | 20e807294ef8838212bbaf553739c5c6ca8366e4 /libpostproc | |
parent | a33fe57287e242e0e78b76c663f09c3afac3ccce (diff) | |
download | ffmpeg-dadb850a50f75cc9149e394878c2341e73f58770.tar.gz |
Move CFLAGS handling to common.mak.
Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile index f7619c31fe..6f95049a3b 100644 --- a/libpostproc/Makefile +++ b/libpostproc/Makefile @@ -15,8 +15,6 @@ SHARED_OBJS=postprocess_pic.o HEADERS = postprocess.h -CFLAGS = -I$(BUILD_ROOT) -I$(SRC_PATH)/libavutil $(OPTFLAGS) - include $(SRC_PATH)/common.mak depend: postprocess.c |