diff options
Diffstat (limited to 'xine_sxfe_frontend.c')
-rw-r--r-- | xine_sxfe_frontend.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/xine_sxfe_frontend.c b/xine_sxfe_frontend.c index 8485f1ac..f4f6593f 100644 --- a/xine_sxfe_frontend.c +++ b/xine_sxfe_frontend.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_sxfe_frontend.c,v 1.27 2007-07-18 11:34:25 phintuka Exp $ + * $Id: xine_sxfe_frontend.c,v 1.28 2007-10-28 18:45:39 phintuka Exp $ * */ @@ -47,6 +47,9 @@ #include <jpeglib.h> #undef boolean +/* framegrab ports */ +#define XINE_ENABLE_EXPERIMENTAL_FEATURES + #include <xine.h> #ifndef XINE_ENGINE_INTERNAL # define XINE_ENGINE_INTERNAL |