[vlc-commits] contribs: d3d11: Remove duplicated patch application
Hugo Beauzée-Luyssen
git at videolan.org
Mon May 16 14:28:24 CEST 2016
vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon May 16 14:08:58 2016 +0200| [f76037894e60577b4daf5ec9ad7c5b837a01b3b7] | committer: Hugo Beauzée-Luyssen
contribs: d3d11: Remove duplicated patch application
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f76037894e60577b4daf5ec9ad7c5b837a01b3b7
---
contrib/src/d3d11/rules.mak | 1 -
1 file changed, 1 deletion(-)
diff --git a/contrib/src/d3d11/rules.mak b/contrib/src/d3d11/rules.mak
index 57bff61..f27bbbe 100644
--- a/contrib/src/d3d11/rules.mak
+++ b/contrib/src/d3d11/rules.mak
@@ -48,7 +48,6 @@ dxgi12: .sum-d3d11
cp $(TARBALLS)/dxgi1_2.idl $@ && cd $@ && patch -fp1 < ../$(SRC)/d3d11/dxgi12.patch
$(DST_D3D11_H): d3d11
- (cd $(TARBALLS) && patch -fp1) < $(SRC)/d3d11/processor_format.patch
mkdir -p -- "$(PREFIX)/include/"
$(WIDL) -DBOOL=WINBOOL -I$(IDL_INC_PATH) -h -o $@ $</d3d11.idl
More information about the vlc-commits
mailing list