diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2003-08-12 14:52:49 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2003-08-12 14:52:49 +0000 |
commit | e57a55332d1b57cc63f4e0ffddd2411fd7f252ce (patch) | |
tree | dc04c9a8687da068117033ccb336785713af3332 /src | |
parent | de8fccc55a932be659ace8172bb74300d559424c (diff) | |
download | xine-lib-e57a55332d1b57cc63f4e0ffddd2411fd7f252ce.tar.gz xine-lib-e57a55332d1b57cc63f4e0ffddd2411fd7f252ce.tar.bz2 |
Disable building video_out_pgx64 if X11 isn't available.
CVS patchset: 5280
CVS date: 2003/08/12 14:52:49
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 7 |
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 |