--- ./Makefile~ 2006-08-15 14:51:16.000000000 +0200
|
|
+++ ./Makefile 2006-08-15 14:52:37.000000000 +0200
|
|
@@ -186,6 +186,9 @@
|
|
ifeq ($(VIDIX),yes)
|
|
PARTS += libdha vidix
|
|
endif
|
|
+ifeq ($(SHARED_PP),yes)
|
|
+ $(MAKE) install -C libavcodec/libpostproc
|
|
+endif
|
|
ifeq ($(FAME),yes)
|
|
PARTS += libfame
|
|
endif
|