diff options
Diffstat (limited to 'src/video_out')
| -rw-r--r-- | src/video_out/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index 3ca9adb0a..2cb32cc4b 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -22,6 +22,7 @@ endif lib_LTLIBRARIES = $(xv_module) ## $(xshm_module) $(syncfb_module) xineplug_vo_out_xv_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_xv.c +xineplug_vo_out_xv_la_LIBADD = $(X_LIBS) xineplug_vo_out_xv_la_LDFLAGS = -avoid-version -module ##xineplug_vo_out_xshm_la_SOURCES = yuv2rgb.c yuv2rgb_mmx.c video_out_xshm.c |
