-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unhandled .if varient #13
Comments
same problem with: |
Same issue compiling ffmpeg 0.7.1 or ffmpeg 0.8.0 against iOS5.0 with gcc-4.2 on lion: AS libavcodec/arm/mpegaudiodsp_fixed_armv6.o configured with: |
https://github.com/hollylee/gas-preprocessor it is fixed in this fork |
Error even with hollylee version Maybe I do something wrong?? |
Has this been fixed ? I'm have the same issue. |
Maybe I use it in a wrong way but I get this error:
unhandled .if varient at /usr/bin/gas-preprocessor.pl line 199, line 145.
make: *** [libavcodec/arm/mpegaudiodsp_fixed_armv6.o] Error 29
using this configure:
./configure --enable-cross-compile --arch=arm --target-os=darwin --cc='/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc -arch armv7' --sysroot=/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.2.sdk --cpu=cortex-a8 --enable-pic
The text was updated successfully, but these errors were encountered: