[vlc-commits] contrib: gpgerror: Fix tizen workaround

Hugo Beauzée-Luyssen git at videolan.org
Mon Dec 21 15:27:19 CET 2015


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Mon Dec 21 15:24:55 2015 +0100| [65d234554d873c5e3273a4cf58d4be4af30e3634] | committer: Hugo Beauzée-Luyssen

contrib: gpgerror: Fix tizen workaround

The file has been renamed by 4441e96 in latest libgpg-error

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=65d234554d873c5e3273a4cf58d4be4af30e3634
---

 contrib/src/gpg-error/rules.mak |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/gpg-error/rules.mak b/contrib/src/gpg-error/rules.mak
index bdc74b8..7ee67b6 100644
--- a/contrib/src/gpg-error/rules.mak
+++ b/contrib/src/gpg-error/rules.mak
@@ -18,7 +18,7 @@ endif
 	cp $@/src/syscfg/lock-obj-pub.arm-unknown-linux-androideabi.h $@/src/syscfg/lock-obj-pub.linux-android.h
 ifdef HAVE_TIZEN
 ifeq ($(TIZEN_ABI), x86)
-	cp $@/src/syscfg/lock-obj-pub.i586-pc-linux-gnu.h $@/src/syscfg/lock-obj-pub.linux-gnueabi.h
+	cp $@/src/syscfg/lock-obj-pub.i686-pc-linux-gnu.h $@/src/syscfg/lock-obj-pub.linux-gnueabi.h
 endif
 endif
 ifdef HAVE_IOS



More information about the vlc-commits mailing list