diff options
author | Matthias Hopf <mat@mshopf.de> | 2002-01-22 20:15:00 +0000 |
---|---|---|
committer | Matthias Hopf <mat@mshopf.de> | 2002-01-22 20:15:00 +0000 |
commit | 96e51ba1357d376b58aff55b656aa5c67f4242c9 (patch) | |
tree | 730dcfb0ea915076a9443cf13d5abc37598f60e1 /misc | |
parent | 0231ba5d2e9a8d3581287bef411ea0b5e82c317f (diff) | |
download | xine-lib-96e51ba1357d376b58aff55b656aa5c67f4242c9.tar.gz xine-lib-96e51ba1357d376b58aff55b656aa5c67f4242c9.tar.bz2 |
New OpenGL output plugin. Will only work with upcoming changes in xine-ui.
EXPERIMENTAL. Read README.opengl in xine-ui.
CVS patchset: 1439
CVS date: 2002/01/22 20:15:00
Diffstat (limited to 'misc')
-rw-r--r-- | misc/xine-lib.spec.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index dcafc33c9..d46dc0c53 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -56,6 +56,11 @@ BuildRoot: /tmp/%{name}-root @HAVE_AA_TRUE@Group: Development/Libraries @HAVE_AA_TRUE@Requires: xine-lib >= %{ver} +@HAVE_OPENGL_TRUE@%package opengl +@HAVE_OPENGL_TRUE@Summary: XINE - OpenGL support. +@HAVE_OPENGL_TRUE@Group: Development/Libraries +@HAVE_OPENGL_TRUE@Requires: xine-lib >= %{ver} + @W32DLL_DEP@%package w32dll @W32DLL_DEP@Summary: XINE - win32dll decoder support. @W32DLL_DEP@Group: Development/Libraries @@ -130,6 +135,9 @@ ler qualquer vídeo com máximo desempenho. @HAVE_AA_TRUE@%description aa @HAVE_AA_TRUE@video plugin using Ascii Art library. +@HAVE_OPENGL_TRUE@%description opengl +@HAVE_OPENGL_TRUE@video plugin using OpenGL library. + @W32DLL_DEP@%description w32dll @W32DLL_DEP@win32dll decoder support. @@ -317,6 +325,11 @@ rm -rf $RPM_BUILD_ROOT @HAVE_AA_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_aa.la @HAVE_AA_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_aa.so +@HAVE_OPENGL_TRUE@%files opengl +@HAVE_OPENGL_TRUE@%defattr(-,root,root) +@HAVE_OPENGL_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_opengl.la +@HAVE_OPENGL_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_opengl.so + @W32DLL_DEP@%files w32dll @W32DLL_DEP@%defattr(-,root,root) @W32DLL_DEP@%{prefix}/lib/xine/plugins/xineplug_decode_w32dll.la |