diff --git a/libmlt.changes b/libmlt.changes index 4a89bf5..ff6b47b 100644 --- a/libmlt.changes +++ b/libmlt.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Apr 1 22:52:38 UTC 2018 - avvissu@yandex.by + +- Build with sdl and sdl2: + * Preserve backward compatibility. Both "sdl" and "sdl2" modules + can be compiled into MLT 6.6.0 and later + ------------------------------------------------------------------- Mon Mar 5 12:35:55 UTC 2018 - davejplater@gmail.com diff --git a/libmlt.spec b/libmlt.spec index 10278ec..bdacbd2 100644 --- a/libmlt.spec +++ b/libmlt.spec @@ -76,6 +76,7 @@ BuildRequires: pkgconfig(opencv) >= 3.1.0 BuildRequires: pkgconfig(pango) BuildRequires: pkgconfig(pangoft2) BuildRequires: pkgconfig(samplerate) +BuildRequires: pkgconfig(sdl) BuildRequires: pkgconfig(sdl2) BuildRequires: pkgconfig(sox) %if %{with vidstab} @@ -225,6 +226,8 @@ sed "s/__VDPAU_SONAME__/${VDPAU_SONAME}/" -i src/modules/avformat/vdpau.c test -x "$(type -p gcc-7)" && export CC=gcc-7 test -x "$(type -p g++-7)" && export CXX=g++-7 %configure \ +--enable-sdl \ +--enable-sdl2 \ %ifnarch %{ix86} x86_64 --disable-mmx \ --disable-sse \