Explorar el Código

ffmpeg: bugfix for Darwin cross-compile

Waldemar Brodkorb hace 9 años
padre
commit
548595edcf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 \