Enable opus
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vlc?expand=0&rev=12
This commit is contained in:
parent
7d9de0ef50
commit
3f485a4237
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 18:41:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Enable opus codec:
|
||||
+ Pass --enable-opus to configure
|
||||
+ Add libopus-devel BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 7 13:22:21 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
3
vlc.spec
3
vlc.spec
@ -77,6 +77,7 @@ BuildRequires: libmodplug-devel
|
||||
BuildRequires: libmtp-devel
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: libogg-devel
|
||||
BuildRequires: libopus-devel
|
||||
%if 0%{suse_version} >= 1120
|
||||
BuildRequires: libproxy-devel
|
||||
%endif
|
||||
@ -312,6 +313,7 @@ export CXXFLAGS="%{optflags} -L%{_libdir}/live -msse"
|
||||
%endif
|
||||
--enable-ogg \
|
||||
--enable-optimizations \
|
||||
--enable-opus \
|
||||
--enable-oss \
|
||||
--enable-png \
|
||||
%if 0%{pulseplugin}
|
||||
@ -592,6 +594,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%{_libdir}/vlc/plugins/codec/libkate_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/liblpcm_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/libmpeg_audio_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/libopus_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/libpng_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/librawvideo_plugin.so
|
||||
%{_libdir}/vlc/plugins/codec/librealvideo_plugin.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user