Commit 17ff5535 authored by Luca Barbato's avatar Luca Barbato

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

Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent e8b409b5
...@@ -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