mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 06:34:32 +02:00
Remove superfluous --disable-debug from shared build. fix #43
This commit is contained in:
parent
c5bc4fda48
commit
55f186d295
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source "$(dirname "$BASH_SOURCE")"/defaults-gpl.sh
|
source "$(dirname "$BASH_SOURCE")"/defaults-gpl.sh
|
||||||
FF_CONFIGURE+=" --enable-shared --disable-static --disable-debug"
|
FF_CONFIGURE+=" --enable-shared --disable-static"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source "$(dirname "$BASH_SOURCE")"/defaults-lgpl.sh
|
source "$(dirname "$BASH_SOURCE")"/defaults-lgpl.sh
|
||||||
FF_CONFIGURE+=" --enable-shared --disable-static --disable-debug"
|
FF_CONFIGURE+=" --enable-shared --disable-static"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user