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>2007-07-21 22:56:53 +0400
committerDiego Biurrun <diego@biurrun.de>2007-07-21 22:56:53 +0400
commit021551c58709d041a81fcb191aa8ed2a1726da0c (patch)
tree2009c6584eee3613ddb7fc53eac7d2f8b35bd5fe /libpostproc/Makefile
parent22a324da7284875910b4743b739f1aae73057609 (diff)
Uppercase variable overlooked in last commit.
Originally committed as revision 9777 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 356ce2fcc4..452c105d21 100644
--- a/libpostproc/Makefile
+++ b/libpostproc/Makefile
@@ -2,7 +2,7 @@
include ../config.mak
# Overload incdir, postproc include files go in a different directory.
-incdir=$(prefix)/include/postproc
+INCDIR=$(prefix)/include/postproc
EXTRALIBS := -L$(BUILD_ROOT)/libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)