2012/4/5 Alex Cohn <[email protected]>: > > Do you use any av_* functions that the linker does not complain about? > > I think you have the linking syntax wrong. -L normally points to a > directory, not a file. Also, zeranoe provides the import libraries in > /lib directory. Thus, you probably need something like: > > -L C:/QtSDK/Desktop/ffmpeg/lib -lavformat-53.dll -lavutil-51.dll
Now it works! In my case: -L C:/QtSDK/Desktop/ffmpeg/lib -lavformat -lavutil Thanks Alex! -- ============================ Gustav Gonzalez [email protected] ============================ _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
