Browse Source

ffmpeg: bugfix for Darwin cross-compile

Waldemar Brodkorb 9 years ago
parent
commit
548595edcf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/ffmpeg/Makefile

+ 1 - 1
package/ffmpeg/Makefile

@@ -166,7 +166,7 @@ CONFIGURE_ARGS:=	--prefix=/usr \
 			--sysroot=${STAGING_TARGET_DIR} \
 			--cross-prefix=${TARGET_CROSS} \
 			--cc='$(TARGET_CC)' \
-			--host-cc=$(HOST_CC) \
+			--host-cc='$(HOST_CC)' \
 			--disable-bzlib \
 			--disable-doc \
 			--disable-debug \