summaryrefslogtreecommitdiffstats
path: root/vlc
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2016-02-13 00:09:50 +0000
committer Eric Hameleers <alien@slackware.com>2016-02-13 00:09:50 +0000
commite23630c6d2e5ef9f361f9fb569a0b2ba10990388 (patch)
tree58454ea6f885e44dcf02744349e10b9eea07f1cc /vlc
parent05fff682d0ba7a45b396913a4e96388829179d06 (diff)
downloadasb-e23630c6d2e5ef9f361f9fb569a0b2ba10990388.tar.gz
asb-e23630c6d2e5ef9f361f9fb569a0b2ba10990388.tar.xz
vlc: rebased the fribidi patch
Diffstat (limited to 'vlc')
-rw-r--r--vlc/build/fribidi.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/vlc/build/fribidi.patch b/vlc/build/fribidi.patch
index 1300259d..9ccc94b3 100644
--- a/vlc/build/fribidi.patch
+++ b/vlc/build/fribidi.patch
@@ -86,17 +86,3 @@ diff -u fribidi.orig/configure.ac fribidi/configure.ac
Version: @VERSION@
Libs: -L${libdir} -lfribidi
Cflags: -I${includedir}/@PACKAGE@
---- fribidi.orig/lib/fribidi-common.h 2008-02-04 21:30:46.000000000 +0000
-+++ fribidi/lib/fribidi-common.h 2008-02-04 21:32:25.000000000 +0000
-@@ -53,11 +53,7 @@
-
- /* FRIBIDI_ENTRY is a macro used to declare library entry points. */
- #ifndef FRIBIDI_ENTRY
--# if (defined(WIN32)) || (defined(_WIN32_WCE))
--# define FRIBIDI_ENTRY __declspec(dllimport)
--# else /* !WIN32 */
- # define FRIBIDI_ENTRY /* empty */
--# endif /* !WIN32 */
- #endif /* !FRIBIDI_ENTRY */
-
- #if FRIBIDI_USE_GLIB+0