git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8b409b
)
Fix postproc build, thanks to Pavlov Konstantin <thresh@cpms.ru>
author
Luca Barbato
<lu_zero@gentoo.org>
Tue, 3 Oct 2006 07:57:04 +0000
(07:57 +0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Tue, 3 Oct 2006 07:57:04 +0000
(07:57 +0000)
Originally committed as revision 6534 to svn://svn.ffmpeg.org/ffmpeg/trunk
libpostproc/Makefile
patch
|
blob
|
history
diff --git
a/libpostproc/Makefile
b/libpostproc/Makefile
index
e3d320b
..
6f3527c
100644
(file)
--- a/
libpostproc/Makefile
+++ b/
libpostproc/Makefile
@@
-4,6
+4,8
@@
include ../config.mak
# Overload incdir, postproc include files go in a different directory.
incdir=$(prefix)/include/postproc
+EXTRALIBS := -L../libavutil -lavutil$(BUILDSUF) $(EXTRALIBS)
+
NAME=postproc
ifeq ($(BUILD_SHARED),yes)
LIBVERSION=$(SPPVERSION)