[FFmpeg-user] Fw: Not able to generate libpostproc

sungod sleks sleks at qq.com
Sun Mar 3 12:26:05 CET 2013


On Mar 3, 2013 19:25 PM, "Timothy Gu" <timothygu99 at gmail.com> wrote:


>On Mar 2, 2013 9:13 PM, "Polo.Zhang" <suncityofchina at gmail.com> wrote:
>>
>> Hi,
>>
>> I have read the article from
>> http://ffmpeg.org/pipermail/ffmpeg-user/2012-February/005149.html ,and
>>do
>> the same things as you guide,but still not found the libpostproc.a
>> generated.
>>
>> My build script show as follow,please help me.
>>
>> #!/bin/sh
>>
>> trap exit ERR
>>
>> FFMPEG_DIR=ffmpeg-armv7
>> SCRIPT_DIR=$( (cd -P $(dirname $0) && pwd) )
>>
>> echo "Pulling r22403..."
>> #svn co -r22403 svn://svn.ffmpeg.org/ffmpeg/trunk $FFMPEG_DIR
>
>Please always use git.
>git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
>
>>
>> cd $FFMPEG_DIR
>> mkdir -p dist
>>
>> # Default configure options
>> CONFIGURE_OPTIONS="--enable-gpl --enable-postproc --enable-swscale
>> --enable-avfilter --disable-asm --enable-cross-compile"
>>
>> #
>> ./configure
>>
>--cc=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platfor
>m/
>> Developer/usr/bin/gcc
>> --as="$SCRIPT_DIR/
>gas-preprocessor.pl/Applications/Xcode.app/Contents/Develo
>> per/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc"
>>
>--extra-ldflags=-L/Applications/Xcode.app/Contents/Developer/Platforms/iPh
>on
>> eOS.platform/Developer/SDKs/iPhoneOS6.1.sdk/usr/lib/system
>>
>--sysroot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
>at
>> form/Developer/SDKs/iPhoneOS6.1.sdk --extra-cflags="-mdynamic-no-pic"
>> --prefix="dist"$CONFIGURE_OPTIONS --target-os=darwin --arch=armv7
>> --cpu=armv7 --extra-cflags='-arch armv7' --extra-ldflags='-arch armv7'
>>
>> make && make install
>>
>> echo "Installed: $FFMPEG_DIR/dist"
>>
>
>Please put all the command outputs here.
>
>>
>>
>> Best Regards
>>
>> Polo Zhang
>>
>>
>>
>> _______________________________________________
>> ffmpeg-user mailing list
>> ffmpeg-user at ffmpeg.org
>> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
>Timothy
>_______________________________________________
>ffmpeg-user mailing list
>ffmpeg-user at ffmpeg.org
>http://ffmpeg.org/mailman/listinfo/ffmpeg-user


I have recompiled after removed the configure option ' --enable-postproc',
but I still have not the libpostproc here.

CONFIGURE_OPTIONS="--enable-gpl --enable-swscale --enable-avfilter
--disable-asm --enable-cross-compile"

Thank you for your the further help.

Maybe I knower the mean of the word top-post, that means I should write
after referenced email content.

Thanks.



Polo Zhang





More information about the ffmpeg-user mailing list