diff options
author | Matt Messier <mmessier@grapetv.org> | 2007-05-02 14:58:55 -0400 |
---|---|---|
committer | Matt Messier <mmessier@grapetv.org> | 2007-05-02 14:58:55 -0400 |
commit | fa333fe2dc2e77ce69d0e212f65106df25b0c07d (patch) | |
tree | 71ea926ac982b9b7ca803d20b6a78f7a969327ea /src | |
parent | 0cf6cfae1aa92647a8e4550a2818ef94db2b7c73 (diff) | |
download | xine-lib-fa333fe2dc2e77ce69d0e212f65106df25b0c07d.tar.gz xine-lib-fa333fe2dc2e77ce69d0e212f65106df25b0c07d.tar.bz2 |
Mac OS X Universal Binary support
Diffstat (limited to 'src')
-rw-r--r-- | src/post/goom/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/goom/Makefile.am b/src/post/goom/Makefile.am index 53a806a7a..481b66b41 100644 --- a/src/post/goom/Makefile.am +++ b/src/post/goom/Makefile.am @@ -19,9 +19,9 @@ xinepost_LTLIBRARIES = xineplug_post_goom.la #AM_CPPFLAGS = -DCPU_POWERPC #endif -if HAVE_MMX +#if HAVE_MMX extra_files = mmx.c xmmx.c -endif +#endif xineplug_post_goom_la_SOURCES = $(extra_files) xine_goom.c \ config_param.c convolve_fx.c cpu_info.c drawmethods.c filters.c flying_stars_fx.c \ |