diff Makefile @ 3046:1127b4455bec libavcodec

Remove redundant --enable-shared-pp configure option and make the PP code use the standard --enable-shared option.
author diego
date Sat, 14 Jan 2006 18:07:36 +0000
parents ed98beb48872
children 986716310195
line wrap: on
line diff
--- a/Makefile	Sat Jan 14 17:43:22 2006 +0000
+++ b/Makefile	Sat Jan 14 18:07:36 2006 +0000
@@ -290,7 +290,7 @@
 endif
 
 ifeq ($(CONFIG_PP),yes)
-ifeq ($(SHARED_PP),yes)
+ifeq ($(BUILD_SHARED),yes)
 EXTRALIBS += -Llibpostproc -lpostproc$(BUILDSUF)
 else
 # LIBS += libpostproc/libpostproc.a ... should be fixed