diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-14 00:31:48 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-11-14 00:31:48 +0000 |
commit | 536cdf209e897d6a1de36e6df5aa685d9718a7cb (patch) | |
tree | b85f2ee82d21a4df139fadd1097f02c4d48b1406 | |
parent | c4734c5774f629fa3e67799ae0ba11219ab3b78f (diff) | |
download | xine-lib-536cdf209e897d6a1de36e6df5aa685d9718a7cb.tar.gz xine-lib-536cdf209e897d6a1de36e6df5aa685d9718a7cb.tar.bz2 |
Fix DXR3/AAlib (patch from Andrew).
CVS patchset: 1032
CVS date: 2001/11/14 00:31:48
-rw-r--r-- | misc/xine-lib.spec.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index a76be4f67..a5dbffb5a 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -54,7 +54,7 @@ BuildRoot: /tmp/%{name}-root @HAVE_AA_TRUE@%package aa @HAVE_AA_TRUE@Summary: XINE - Ascii Art support. @HAVE_AA_TRUE@Group: Development/Libraries -@HAVE_AA_TRUE@Requires: xine-lib >= %{ver}, libaa +@HAVE_AA_TRUE@Requires: xine-lib >= %{ver} @W32DLL_DEP@%package w32dll @W32DLL_DEP@Summary: XINE - win32dll decoder support. @@ -297,7 +297,8 @@ rm -rf $RPM_BUILD_ROOT @HAVE_DXR3_TRUE@%{prefix}/lib/xine/plugins/xineplug_decode_dxr3.so @HAVE_DXR3_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_dxr3.la @HAVE_DXR3_TRUE@%{prefix}/lib/xine/plugins/xineplug_vo_out_dxr3.so -@HAVE_DXR3_TRUE@%{prefix}/include/dxr3_overlay.h +@HAVE_DXR3_TRUE@%{prefix}/include/dxr3_video_out.h +@HAVE_DXR3_TRUE@%{prefix}/include/dxr3_vo_encoder.h @HAVE_XV_TRUE@%files xv @HAVE_XV_TRUE@%defattr(-,root,root) @@ -326,6 +327,8 @@ rm -rf $RPM_BUILD_ROOT %{prefix}/share/doc/xine/xine-lib-API/* %changelog +* Wed Nov 14 2001 Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> +- fixed dxr3 header files inclusion, aalib deps: thanks to Andrew Meredith <andrew@anvil.org>. * Mon Oct 29 2001 Matthias Dahl <matthew2k@web.de> - added http input plugin * Thu Oct 18 2001 Matthias Dahl <matthew2k@web.de> |