forked from jengelh/ffmpeg-4
Jan Engelhardt
b9fcf651b1
friendly request to enable AV1 support in ffmpeg. Please note that the needed package is not yet in Factory. - enable AV1 support on x86_64 * requires patch 0001-Add-ability-for-ffmpeg-to-run-svt-av1.patch - refreshed all patches OBS-URL: https://build.opensuse.org/request/show/671835 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/ffmpeg-4?expand=0&rev=39
18 lines
796 B
Diff
18 lines
796 B
Diff
---
|
|
configure | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
Index: ffmpeg-4.1/configure
|
|
===================================================================
|
|
--- ffmpeg-4.1.orig/configure
|
|
+++ ffmpeg-4.1/configure
|
|
@@ -6351,6 +6351,8 @@ enabled libjack &&
|
|
enabled sndio && check_lib sndio sndio.h sio_open -lsndio
|
|
|
|
if enabled libcdio; then
|
|
+ # cdio_cdda needs -lrt, get it from pkg-config from the external pkg
|
|
+ #l=$(pkg-config --libs libcdio_paranoia libcdio_cdda libcdio)
|
|
check_pkg_config libcdio libcdio_paranoia "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open ||
|
|
check_pkg_config libcdio libcdio_paranoia "cdio/paranoia/cdda.h cdio/paranoia/paranoia.h" cdio_cddap_open ||
|
|
check_lib libcdio "cdio/cdda.h cdio/paranoia.h" cdio_cddap_open -lcdio_paranoia -lcdio_cdda -lcdio ||
|