diff options
Diffstat (limited to 'src/xine-engine/xine.c')
-rw-r--r-- | src/xine-engine/xine.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/xine-engine/xine.c b/src/xine-engine/xine.c index 18972acc7..a8e7d5587 100644 --- a/src/xine-engine/xine.c +++ b/src/xine-engine/xine.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.c,v 1.271 2003/11/26 13:33:55 miguelfreitas Exp $ + * $Id: xine.c,v 1.272 2003/11/26 19:43:38 f1rmb Exp $ */ /* @@ -46,10 +46,11 @@ #include <locale.h> #endif -/********** logging **********/ #define LOG_MODULE "xine" #define LOG_VERBOSE -/* #define LOG */ +/* +#define LOG +*/ #define XINE_ENABLE_EXPERIMENTAL_FEATURES #define XINE_ENGINE_INTERNAL |