kewlbear / FFmpeg-iOS-build-script

Shell scripts to build FFmpeg for iOS and tvOS
3.03k stars 897 forks source link

compile with x264 #28

Closed yaronj closed 9 years ago

yaronj commented 9 years ago

When uncomment the #X264=pwd/fat-x264 I get: ERROR: libx264 not found I did put the libx264.a under the fat-x264

any idea?

kewlbear commented 9 years ago

You need "lib" and "include" directories under fat-x264. "lib" contains .a file. "include" contains .h files.

yaronj commented 9 years ago

thanks, found it This is FFmpeg issue so I'm trying to find how to add support for this.