[FFmpeg-user] libopencv linking in configure: patch

Carl Eugen Hoyos cehoyos at ag.or.at
Sun Jan 13 21:09:48 CET 2013


Jonas Bechtel <post <at> jbechtel.de> writes:

>  792,793c792,793
>  < flags=$(filter_out '-l*' $@)
>  < libs=$(filter '-l*' $@)
>  ---
> > flags=$(filter_out '-l*|*.so' $@)
> > libs=$(filter '-l*|*.so' $@)

Unfortunately, we can only read unified diffs;-(
Please never attach complete (changed) files, 
only patches.

Please patch your local checkout of FFmpeg, 
then commit locally and either send a patch 
with "git send-email" or prepare a patch with 
"git format-patch" and send the resulting 
file as attachment to ffmpeg-devel.

>  The reason is that my gcc doesn't accept a 
> command line like that:
>  gcc libxyz.so -o program program.o
>  It must be:
>  gcc -o program program.o libxyz.so

Please provide the gcc output for the 
failing command (and gcc --version).

Thank you, Carl Eugen



More information about the ffmpeg-user mailing list