]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/goom2k4-autotools.patch
Use var_InheritString for --decklink-video-connection.
[vlc] / extras / contrib / src / Patches / goom2k4-autotools.patch
1 diff -ru goom2k4-0/configure goom/configure
2 --- goom2k4-0/configure Mon Feb  7 14:49:28 2005
3 +++ goom/configure      Wed Feb 23 16:03:25 2005
4 @@ -21069,8 +21069,8 @@
5  
6  case "$host" in
7  *-apple-darwin*)
8 -       MACTARGET="yes"
9 -       MACFOLDER="mac"
10 +       MACTARGET="no"
11 +       MACFOLDER=""
12  
13         CCAS='$(CC)'
14  
15 --- goom/src/Makefile.am        2005-02-07 14:46:41.000000000 +0100
16 +++ goom.new/src/Makefile.am    2009-08-19 09:21:57.000000000 +0200
17 @@ -16,7 +16,7 @@
18  goom2_libdir = $(libdir)
19  
20  goom2_library_includedir=$(includedir)/goom
21 -goom2_library_include_HEADERS = goom.h goom_plugin_info.h goom_typedefs.h goom_graphic.h goom_config_param.h goom_visual_fx.h goom_filters.h goom_tools.h goomsl.h goomsl_hash.h goomsl_heap.h goom_tools.h goom_config.h
22 +goom2_library_include_HEADERS = goom.h goom_plugin_info.h goom_typedefs.h goom_graphic.h goom_config_param.h goom_visual_fx.h goom_filters.h goom_tools.h goomsl.h goomsl_hash.h goomsl_heap.h goom_config.h
23  libgoom2_la_LDFLAGS = -export-dynamic -export-symbols-regex "goom.*" 
24  libgoom2_la_SOURCES = \
25         goomsl_yacc.y goomsl_lex.l goomsl.c goomsl_hash.c goomsl_heap.c \