2017-01-01 19:29 GMT+01:00 Steve Myers <[email protected]>: > Due to circumstances I lost the build script I used to build the > shared libraries for my app. Is there a way a to get the configuration > used from shared libraries similar to the command line ffmpeg? I > only have libavcodec-57.so, libavformat-57.so, etc.
You could use the function avutil_configuration() (and its friends) but the shell command "strings" works much faster;-) Carl Eugen _______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
