diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-27 23:15:45 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-12-27 23:15:45 +0000 |
commit | 0e085515c869e2a16044a23005c80e0a8243610e (patch) | |
tree | 863681f3de947cf09f6af8a45ca6abee83e94cf1 | |
parent | 41dc8d4b1e62a426214f8e9e8c967081f4989bb3 (diff) | |
download | xine-lib-0e085515c869e2a16044a23005c80e0a8243610e.tar.gz xine-lib-0e085515c869e2a16044a23005c80e0a8243610e.tar.bz2 |
Link to X libraries when buidling the SDL plugin with X support.
CVS patchset: 8469
CVS date: 2006/12/27 23:15:45
-rw-r--r-- | src/video_out/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 0b20182c4..8a9ddd0dc 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -162,7 +162,7 @@ xineplug_vo_out_directfb_la_CFLAGS = $(VISIBILITY_FLAG) $(DIRECTFB_CFLAGS) -fno- xineplug_vo_out_directfb_la_LDFLAGS = -avoid-version -module xineplug_vo_out_sdl_la_SOURCES = video_out_sdl.c -xineplug_vo_out_sdl_la_LIBADD = $(SDL_LIBS) $(XINE_LIB) $(THREAD_LIBS) +xineplug_vo_out_sdl_la_LIBADD = $(SDL_LIBS) $(X_LIBS) $(XINE_LIB) $(THREAD_LIBS) xineplug_vo_out_sdl_la_CFLAGS = $(VISIBILITY_FLAG) $(X_CFLAGS) $(SDL_CFLAGS) xineplug_vo_out_sdl_la_LDFLAGS = -avoid-version -module |