diff options
author | rofafor <rofafor> | 2008-11-11 19:04:02 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2008-11-11 19:04:02 +0000 |
commit | 22451cc05ce7a7e0105450c0ca93f8c3e7ac8ac0 (patch) | |
tree | 375570e3e5d6c6f1364a174e3173cc039e495f75 /xine_input_vdr.c | |
parent | 03eeb9e3367494aa2e9a02d4da94e706ef005daf (diff) | |
download | xineliboutput-22451cc05ce7a7e0105450c0ca93f8c3e7ac8ac0.tar.gz xineliboutput-22451cc05ce7a7e0105450c0ca93f8c3e7ac8ac0.tar.bz2 |
Cleaned up compile time warnings.
Diffstat (limited to 'xine_input_vdr.c')
-rw-r--r-- | xine_input_vdr.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xine_input_vdr.c b/xine_input_vdr.c index 7fd0d0ad..4fc309c9 100644 --- a/xine_input_vdr.c +++ b/xine_input_vdr.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: xine_input_vdr.c,v 1.191 2008-11-11 11:00:24 phintuka Exp $ + * $Id: xine_input_vdr.c,v 1.192 2008-11-11 19:04:02 rofafor Exp $ * */ @@ -57,7 +57,7 @@ # ifdef HAVE_LIBAVUTIL # include <libavutil/mem.h> # else -# error plugin was configured without libavutil. It can't be compiled against xine-lib 1.2 ! +# error "plugin was configured without libavutil. It can't be compiled against xine-lib 1.2 !" # endif #endif |