Hi, I compiled ffmpeg on Ubuntu 18.04 perfectly fine. I installed a whole load of dev packages and compiled with lots of options, and all went smoothly.
However when I removed the packages liblensfun-dev, libmodplug-dev, libcodec2-dev and libfdk-aac-dev ffmpeg failed to work. Looking deeper it is now missing liblensfun.so.1, libmodplug.so.1, libcodec2.so.0.7 and libfdk-aac.so.1. Re-installing those packages makes those components available and the program runs again. Does the compilation not create these files or embed them into ffmpeg? Are there any options I need to ensure these are created so I no longer need these packages? I want to have program files that will work without any of the other packages installed. Matthew Webber ([email protected]) _______________________________________________ ffmpeg-user mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
