SHA256
1
0
forked from pool/vlc
2013-10-02 08:50:12 +00:00
committed by Git OBS Bridge
parent 10933fe8a2
commit 11cf0bf7f5
2 changed files with 11 additions and 6 deletions

View File

@@ -27,9 +27,9 @@
%define with_ncurses 0
%ifarch %arm
%bcond_without enable_opengles
%bcond_without opengles
%else
%bcond_with enable_opengles
%bcond_with opengles
%endif
Summary: VLC - Video Lan Client
@@ -361,7 +361,7 @@ export CXXFLAGS="%{optflags} -L%{_libdir}/live -Wno-return-type $smbclient"
%else
--disable-xcb \
%endif
%if %{with enable_opengles}
%if %{with opengles}
--enable-gles2 \
--enable-egl \
%endif
@@ -407,7 +407,7 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/vlc/plugins/video_filter/libpanoramix_plugin.so
%{_libdir}/vlc/plugins/video_output/libxcb_glx_plugin.so
%endif
%if %{with enable_opengles}
%if %{with opengles}
%{_libdir}/vlc/plugins/video_output/libegl_plugin.so
%{_libdir}/vlc/plugins/video_output/libgles2_plugin.so
%endif