Hi,
I want to make ffmpeg with panda3d on linux, i’m quite confused right now, firstly I use sudo apt-get install ffmpeg, and also check the link of ffmpeg, all things work fine, but when I make panda3d, it shows: WARNING: Could not locate thirdparty package ffmpeg, excluding from build.
Do I need to download ffmpeg from source and make it by myself and link it to panda3d? or I can just use the rebuild version, and how to link it?
You only need FFMpeg if you want to be able to play video files with Panda3D, or decode sound files of formats other than those supported by default (which are wav, ogg, flac, and opus).
You can install the development libraries you need with: