mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 13:27:38 +02:00
Add missing OpenAL dependency to its .pc file
This commit is contained in:
@ -19,4 +19,8 @@ ffbuild_dockerbuild() {
|
||||
make install
|
||||
|
||||
echo "Libs.private: -lstdc++" >> "$FFBUILD_PREFIX"/lib/pkgconfig/openal.pc
|
||||
|
||||
if [[ $TARGET == win* ]]; then
|
||||
echo "Libs.private: -lole32" >> "$FFBUILD_PREFIX"/lib/pkgconfig/openal.pc
|
||||
fi
|
||||
}
|
||||
|
Reference in New Issue
Block a user