summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_out/Makefile.am7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index dca42d6ca..82430d317 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -20,9 +20,6 @@ libdir = $(XINE_PLUGINDIR)
if HAVE_X11
xshm_module = xineplug_vo_out_xshm.la
syncfb_module = xineplug_vo_out_syncfb.la
-if HAVE_VIDIX
-vidix_module = xineplug_vo_out_vidix.la
-endif
if HAVE_XV
xv_module = xineplug_vo_out_xv.la
endif
@@ -31,6 +28,10 @@ endif
#endif
endif
+if HAVE_VIDIX
+vidix_module = xineplug_vo_out_vidix.la
+endif
+
if HAVE_SUNFB
pgx64_module = xineplug_vo_out_pgx64.la
endif