diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-13 11:32:16 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-13 11:32:16 -0400 |
commit | 16252a6078a01d224ffd4014e9d8ebc580fa2b6d (patch) | |
tree | 24b65c9fb92caeb6e6cfb8348382867d6f44af55 /src | |
parent | c1481489a453faec6d08a58416edce6ec0cf06da (diff) | |
download | xine-lib-16252a6078a01d224ffd4014e9d8ebc580fa2b6d.tar.gz xine-lib-16252a6078a01d224ffd4014e9d8ebc580fa2b6d.tar.bz2 |
Clean up xxmc/xvmc configure checks, move xv.m4 into video_out.m4
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/Makefile.am b/src/video_out/Makefile.am index bb3552039..a4f219b9c 100644 --- a/src/video_out/Makefile.am +++ b/src/video_out/Makefile.am @@ -32,10 +32,10 @@ xshm_module = xineplug_vo_out_xshm.la if HAVE_XV xv_module = xineplug_vo_out_xv.la endif -if HAVE_XVMC +if ENABLE_XVMC xvmc_module = xineplug_vo_out_xvmc.la endif -if HAVE_XXMC +if ENABLE_XXMC xxmc_module = xineplug_vo_out_xxmc.la endif if ENABLE_OPENGL |