packages/ffmpeg: fix pkg-config detection
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28588 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a0e9f82ccd
commit
9b83b2fb8c
@ -270,7 +270,6 @@ endef
|
|||||||
FFMPEG_CONFIGURE:= \
|
FFMPEG_CONFIGURE:= \
|
||||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
|
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
PKG_CONFIG="pkg-config" \
|
|
||||||
./configure \
|
./configure \
|
||||||
--enable-cross-compile \
|
--enable-cross-compile \
|
||||||
--cross-prefix="$(TARGET_CROSS)" \
|
--cross-prefix="$(TARGET_CROSS)" \
|
||||||
@ -280,6 +279,7 @@ FFMPEG_CONFIGURE:= \
|
|||||||
--enable-shared \
|
--enable-shared \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
|
--pkg-config="pkg-config" \
|
||||||
\
|
\
|
||||||
--enable-gpl \
|
--enable-gpl \
|
||||||
--enable-version3 \
|
--enable-version3 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user