mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 21:37:38 +02:00
Hide trampoline symbols, lazy-load vaapi as well
This commit is contained in:
@ -34,8 +34,9 @@ ffbuild_dockerbuild() {
|
||||
export LDFLAFS="$RAW_LDFLAGS"
|
||||
|
||||
./configure "${myconf[@]}"
|
||||
make -j$(nproc) VERBOSE=1
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
gen-implib "$FFBUILD_PREFIX"/lib/{libXcursor.so.1,libXcursor.a}
|
||||
rm "$FFBUILD_PREFIX"/lib/libXcursor{.so*,.la}
|
||||
}
|
||||
|
Reference in New Issue
Block a user