mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-13 05:47:39 +02:00
Add missing OpenAL dependency to its .pc file
This commit is contained in:
@ -19,4 +19,8 @@ ffbuild_dockerbuild() {
|
|||||||
make install
|
make install
|
||||||
|
|
||||||
echo "Libs.private: -lstdc++" >> "$FFBUILD_PREFIX"/lib/pkgconfig/openal.pc
|
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