Commit 5ca3544b authored by lu_zero's avatar lu_zero

Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 717b21e8
...@@ -4,6 +4,8 @@ include ../config.mak ...@@ -4,6 +4,8 @@ include ../config.mak
# Overload incdir, postproc include files go in a different directory. # Overload incdir, postproc include files go in a different directory.
incdir=$(prefix)/include/postproc incdir=$(prefix)/include/postproc
EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
NAME=postproc NAME=postproc
ifeq ($(BUILD_SHARED),yes) ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SPPVERSION) LIBVERSION=$(SPPVERSION)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment