]> git.pld-linux.org Git - packages/xine-lib.git/commitdiff
- gcc4 fixes, nfy
authorMichał Łukaszek <mlukaszek+pld@gmail.com>
Fri, 17 Jun 2005 14:41:45 +0000 (14:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xine-lib.spec -> 1.153

xine-lib.spec

index 484d5b0ca2f329b4a3f9f46f7aa9bfbd1b9ff2e8..352788d530248f0f3bbe9adb3547c4e6e0466d00 100644 (file)
@@ -12,6 +12,7 @@
 %bcond_without sdl             # don't build SDL video output plugin
 %bcond_without stk             # don't build stk video output plugin
 %bcond_with    xvid            # build xvid decode plugin [disabled in sources at the moment]
+%bcond_with gcc4               # build with gcc4 fixes
 #
 %ifnarch %{ix86}
 %undefine      with_dxr3
@@ -33,6 +34,7 @@ Patch0:               %{name}-syncfb.patch
 Patch1:                %{name}-nolibs.patch
 Patch2:                %{name}-sparc.patch
 Patch3:                %{name}-win32-path.patch
+Patch4:                %{name}-gcc4.patch
 URL:           http://xine.sourceforge.net/
 %{?with_directfb:BuildRequires:        DirectFB-devel >= 0.9.9}
 %{?with_opengl:BuildRequires:  OpenGL-devel}
@@ -670,6 +672,9 @@ Plugin de video para o xine, utilizando a extens
 %patch2 -p1
 %endif
 %patch3 -p1
+%if %{with gcc4}
+%patch4 -p1
+%endif
 
 %build
 %{__libtoolize}
This page took 0.031992 seconds and 4 git commands to generate.