[MPlayer-cvslog] Update libdvdcss to r255

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Nov 4 00:10:09 CET 2012


On Sun, Nov 04, 2012 at 10:37:44AM +1300, Klaus Burton wrote:
> Index: libdvdcss/dvdcss/dvdcss.h
> ===================================================================
> --- libdvdcss/dvdcss/dvdcss.h	(revision 35248)
> +++ libdvdcss/dvdcss/dvdcss.h	(working copy)
> @@ -60,6 +60,8 @@
>  #define LIBDVDCSS_EXPORT __declspec(dllexport) extern
>  #elif defined(LIBDVDCSS_IMPORTS)
>  #define LIBDVDCSS_EXPORT __declspec(dllimport) extern
> +#elif defined(HAVE_VISIBILITY)
> +#define LIBDVDCSS_EXPORT __attribute__((visibility("default"))) extern

In the interest of not having any differences to upstream we probably
want to have this included, but we really don't want to use it.
If we ever introduce a proper linker script or other methods to hide
symbols, we do not want any of the dvdcss symbols to be imported.
Or to put it differently, this feature only makes sense when actually
building a dynamic library...


More information about the MPlayer-cvslog mailing list