]> git.pld-linux.org Git - packages/vlc.git/blob - vlc-osdmenu_build.patch
- rel. 2 - rebuild with new libdvbpsi.so.7
[packages/vlc.git] / vlc-osdmenu_build.patch
1 diff -urNp vlc-1.1.12.orig/modules/video_filter/Modules.am vlc-1.1.12/modules/video_filter/Modules.am
2 --- vlc-1.1.12.orig/modules/video_filter/Modules.am     2011-11-11 15:49:18.410000002 +0100
3 +++ vlc-1.1.12/modules/video_filter/Modules.am  2011-11-11 15:47:24.430000002 +0100
4 @@ -23,7 +23,10 @@ libosdmenu_plugin_la_SOURCES = osdmenu.c
5  libosdmenu_plugin_la_CFLAGS = $(AM_CFLAGS) -DPKGDATADIR=\"$(vlcdatadir)\"
6  libosdmenu_plugin_la_LIBADD = $(AM_LIBADD)
7  libosdmenu_plugin_la_DEPENDENCIES =
8 -EXTRA_LTLIBRARIES += libosdmenu_plugin.la
9 +
10 +if BUILD_OSDMENU
11 +libvlc_LTLIBRARIES += libosdmenu_plugin.la
12 +endif
13  
14  SOURCES_remoteosd = remoteosd.c remoteosd_rfbproto.h
15  SOURCES_magnify = magnify.c
This page took 0.026141 seconds and 3 git commands to generate.