Le duodi 12 nivôse, an CCXXV, Steve Myers a écrit :
> 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.

The configuration is hardcoded as a string in each library binary file.
Use strings or any other similar tool to extract them, and search for a
bit that you think is present there, for example "enable-shared".

Charles' answer is incorrect, I think he misunderstood the question.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to