Kalileo <kalileo@...> writes: > > Please also test ./configure --cc=clang && make > > I tried that, but then I cannot link the application, the > linker reports errors referencing > _kCVPixelBufferIOSurfacePropertiesKey and a lot of other > stuff with is in libavcodec/vda.c. These > linker errors do not occur when I add "--enable-shared".
I suspect you have to compare the options used for linking ffmpeg (rm ffmpeg.o && make V=1 ffmpeg) with the options your application uses. [...] > In order to run the files though ffmpeg I had ffmpeg > converting the files, which works, and the resulting > files play fine in ffplay. My uneducated guess is that you don't use the parsers, they are needed for many files, but this of course would not explain why it works on other systems. Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
