diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-25 22:24:38 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2002-12-25 22:24:38 +0000 |
commit | 50995cd8f35202c609bc83f7f2709fe412fa7c60 (patch) | |
tree | 382ba1f0ec78ff51da35f0aa80d9ceca4bdaf53b /src/post/goom/goom_config.h | |
parent | 35cf5c7af637d1af61cd2a1029cf15e8c8ffa561 (diff) | |
download | xine-lib-50995cd8f35202c609bc83f7f2709fe412fa7c60.tar.gz xine-lib-50995cd8f35202c609bc83f7f2709fe412fa7c60.tar.bz2 |
made it compile
CVS patchset: 3682
CVS date: 2002/12/25 22:24:38
Diffstat (limited to 'src/post/goom/goom_config.h')
-rw-r--r-- | src/post/goom/goom_config.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/post/goom/goom_config.h b/src/post/goom/goom_config.h index 0cc304781..765675a22 100644 --- a/src/post/goom/goom_config.h +++ b/src/post/goom/goom_config.h @@ -1,9 +1,9 @@ -//#define VERSION "1.9dev5" -//#define _DEBUG +/* #define VERSION "1.9dev5" */ +/* #define _DEBUG */ #define COLOR_BGRA -//#define COLOR_ARGB +/* #define COLOR_ARGB */ #ifdef COLOR_BGRA /** position des composantes **/ @@ -19,14 +19,14 @@ #endif -// target +/* target */ #define XMMS_PLUGIN -//#define STANDALONE +/* #define STANDALONE */ -// for pc users with mmx processors. -//#define MMX -//#define POWERPC -//#define VERBOSE +/* for pc users with mmx processors. */ +/* #define MMX */ +/* #define POWERPC */ +/* #define VERBOSE */ #ifndef guint32 #define guint8 unsigned char |