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:= \
|
||||
CFLAGS="$(TARGET_CFLAGS) $(TARGET_CPPFLAGS) $(FPIC)" \
|
||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||
PKG_CONFIG="pkg-config" \
|
||||
./configure \
|
||||
--enable-cross-compile \
|
||||
--cross-prefix="$(TARGET_CROSS)" \
|
||||
@ -280,6 +279,7 @@ FFMPEG_CONFIGURE:= \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--disable-debug \
|
||||
--pkg-config="pkg-config" \
|
||||
\
|
||||
--enable-gpl \
|
||||
--enable-version3 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user