1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-06 08:29:25 +02:00

Remove redundant --enable-shared-pp configure option and make the PP code

use the standard --enable-shared option.

Originally committed as revision 4858 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2006-01-14 18:07:36 +00:00
parent dd1a74d25d
commit ba64106a39
3 changed files with 6 additions and 15 deletions

View File

@@ -290,7 +290,7 @@ OBJS+= x264.o
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