]> git.pld-linux.org Git - packages/LiVES.git/blame - LiVES-automake.patch
- some plugins missed -shared flags
[packages/LiVES.git] / LiVES-automake.patch
CommitLineData
f3041c75
SS
1--- lives-0.9.8.3/lives-plugins/weed-plugins/Makefile.am 2007-02-08 16:19:12.000000000 +0000
2+++ LiVES-wp-Makefile.am 2007-03-17 14:55:47.000000000 +0000
3@@ -20,8 +20,8 @@
4 libvis_PROGRAMS = libvis.wo
5 libvisdir = $(fxdir)
6
7-libvis_wo_LDFLAGS = @VISUAL_LIBS@
8-libvis_wo_CFLAGS = @VISUAL_CFLAGS@ $(AM_CFLAGS)
9+libvis_wo_LDFLAGS = $(shared_ldflags) @VISUAL_LIBS@
10+libvis_wo_CFLAGS = $(shared_cflags) @VISUAL_CFLAGS@ $(AM_CFLAGS)
11
12 endif
13
14--- lives-0.9.8.3/lives-plugins/plugins/playback/video/Makefile.am.orig 2007-03-17 12:34:43.000000000 +0000
15+++ lives-0.9.8.3/lives-plugins/plugins/playback/video/Makefile.am 2007-03-17 14:35:56.000000000 +0000
16@@ -10,17 +10,15 @@
17 endif
18
19 if HAVE_SDL
20-SDL_progs = SDL
21-SDL_SOURCE = SDL.c
22-CFLAGS_SDL = @SDL_CFLAGS@
23-LDFLAGS_SDL = @SDL_LIBS@
24+SDL_progs = SDLp
25+SDLp_SOURCES = SDL.c
26+SDLp_CFLAGS = $(shared_cflags) @GTK_CFLAGS@ @SDL_CFLAGS@ -g -Wall -c
27+SDLp_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ @SDL_LIBS@
28
29 else
30 if FORCE_SDL
31-SDL_progs = SDL
32-SDL_SOURCE = SDL.c
33-CFLAGS_SDL = -I $(SDL_PREFIX)
34-LDFLAGS_SDL = -lSDL
35+SDL_progs = SDLp
36+SDLp_SOURCES = SDL.c
37 endif
38 endif
39
40@@ -38,8 +36,5 @@
41 videoplugins_PROGRAMS = $(SDL_progs) $(YUV4MPEG_progs) $(vjack_output_progs) $(gl_output_progs) $(gl_cube_progs)
42
43 yuv4mpeg_stream_SOURCE = yuv4mpeg_stream.c
44-yuv4mpeg_stream_CFLAGS = @GTK_CFLAGS@ @MJPEG_CFLAGS@ $(shared_cflags) -O3
45-yuv4mpeg_stream_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ @MJPEG_LIBS@ -O3
46-
47-SDL_CFLAGS = $(shared_cflags) @GTK_CFLAGS@ $(CFLAGS_SDL) -g -O3 -Wall -c
48-SDL_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ $(LDFLAGS_SDL) -O3
49+yuv4mpeg_stream_CFLAGS = @GTK_CFLAGS@ @MJPEG_CFLAGS@ $(shared_cflags)
50+yuv4mpeg_stream_LDFLAGS = $(shared_ldflags) @GTK_LIBS@ @MJPEG_LIBS@
This page took 0.073621 seconds and 4 git commands to generate.