|
@@ -18,8 +18,20 @@ X264=`pwd`/x264-iOS
|
|
|
|
|
|
|
|
|
|
|
|
-CONFIGURE_FLAGS="--enable-cross-compile --disable-debug --disable-programs \
|
|
|
+CONFIGURE_FLAGS="--enable-cross-compile --disable-debug \
|
|
|
--disable-doc --enable-pic"
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+CONFIGURE_FLAGS="--enable-cross-compile --disable-debug --disable-doc --enable-pic"
|
|
|
+
|
|
|
+CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-avdevice --enable-avcodec --enable-avformat"
|
|
|
+CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-swresample --enable-swscale --disable-postproc"
|
|
|
+CONFIGURE_FLAGS="$CONFIGURE_FLAGS --enable-avfilter --enable-avutil --enable-avresample "
|
|
|
|
|
|
if [ "$X264" ]
|
|
|
then
|