summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/video_out/Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am
index d1a43dd75..dfec8b930 100644
--- a/src/video_out/Makefile.am
+++ b/src/video_out/Makefile.am
@@ -23,16 +23,15 @@ endif
#if HAVE_OPENGL
#opengl_module = xineplug_vo_out_opengl.la
#endif
+if HAVE_SUNFB
+pgx64_module = xineplug_vo_out_pgx64.la
+endif
endif
if HAVE_VIDIX
vidix_module = xineplug_vo_out_vidix.la
endif
-if HAVE_SUNFB
-pgx64_module = xineplug_vo_out_pgx64.la
-endif
-
if HAVE_AA
aa_module = xineplug_vo_out_aa.la
endif