Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-10-07 13:22:44 +0400
committerDiego Biurrun <diego@biurrun.de>2006-10-07 13:22:44 +0400
commitcbeee4d8e5be247ab8eea3eeda95b08d208b2908 (patch)
treef8e4d80eb511de11e43ddf4158108deb7d49236d /libpostproc/Makefile
parent4aad0d6db62813c8f83a90fd3f9cac8196052cfd (diff)
Replace -I../-I. by -I$(BUILD_ROOT).
Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc/Makefile')
-rw-r--r--libpostproc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/Makefile b/libpostproc/Makefile
index 7a10860c4e..f7619c31fe 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -15,7 +15,7 @@ SHARED_OBJS=postprocess_pic.o
HEADERS = postprocess.h
-CFLAGS = -I.. -I$(SRC_PATH)/libavutil $(OPTFLAGS)
+CFLAGS = -I$(BUILD_ROOT) -I$(SRC_PATH)/libavutil $(OPTFLAGS)
include $(SRC_PATH)/common.mak