]> git.pld-linux.org Git - packages/mplayer.git/blame - mplayer-visibility-hidden-fix.patch
- added libnemesi, libbs2b, vstream-client support; vstream needs fix though
[packages/mplayer.git] / mplayer-visibility-hidden-fix.patch
CommitLineData
96e1e4cc 1--- mplayer-r29930/libdvdread4/dvdread/dvd_reader.h~ 2009-11-19 14:23:23.231276231 +0100
2+++ mplayer-r29930/libdvdread4/dvdread/dvd_reader.h 2009-11-19 14:25:48.524614054 +0100
3@@ -74,6 +74,8 @@
4 */
5 typedef struct dvd_stat_s dvd_stat_t;
6
7+#pragma GCC visibility push(default)
8+
9 /**
10 * Opens a block device of a DVD-ROM file, or an image file, or a directory
11 * name for a mounted DVD or HD copy of a DVD.
12@@ -305,6 +307,8 @@
13 */
14 int DVDUDFCacheLevel( dvd_reader_t *, int );
15
16+#pragma GCC visibility pop
17+
18 #ifdef __cplusplus
19 };
20 #endif
21--- mplayer-r29930/libdvdread4/dvdread/ifo_read.h~ 2009-11-19 14:23:00.545070443 +0100
22+++ mplayer-r29930/libdvdread4/dvdread/ifo_read.h 2009-11-19 14:26:19.125441477 +0100
23@@ -29,6 +29,7 @@
24 extern "C" {
25 #endif
26
27+#pragma GCC visibility push(default)
28 /**
29 * handle = ifoOpen(dvd, title);
30 *
31@@ -226,6 +227,8 @@
32 void ifoFree_TITLE_VOBU_ADMAP(ifo_handle_t *);
33 void ifoFree_TXTDT_MGI(ifo_handle_t *);
34
35+#pragma GCC visibility pop
36+
37 #ifdef __cplusplus
38 };
39 #endif
40--- mplayer-r29930/libdvdread4/dvdread/nav_read.h~ 2009-11-18 00:00:29.000000000 +0100
41+++ mplayer-r29930/libdvdread4/dvdread/nav_read.h 2009-11-19 14:27:13.724600811 +0100
42@@ -31,6 +31,7 @@
43 extern "C" {
44 #endif
45
46+#pragma GCC visibility push(default)
47 /**
48 * Reads the PCI packet data pointed to into th pci struct.
49 *
50@@ -46,6 +47,7 @@
51 * @param bufffer Pointer to the buffer of the on disc DSI data.
52 */
53 void navRead_DSI(dsi_t *, unsigned char *);
54+#pragma GCC visibility pop
55
56 #ifdef __cplusplus
57 };
This page took 0.152594 seconds and 4 git commands to generate.