summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/matrixview.c5
-rw-r--r--libvo/video_out.c2
2 files changed, 4 insertions, 3 deletions
diff --git a/libvo/matrixview.c b/libvo/matrixview.c
index de1e1ccf18..f2dff111a3 100644
--- a/libvo/matrixview.c
+++ b/libvo/matrixview.c
@@ -3,8 +3,9 @@
* Mucked with by Tugrul Galatali <tugrul@galatali.com>
*
* MatrixView is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License version 2 as
- * published by the Free Software Foundation.
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
*
* MatrixView is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
diff --git a/libvo/video_out.c b/libvo/video_out.c
index 0fec6153eb..9dbe490037 100644
--- a/libvo/video_out.c
+++ b/libvo/video_out.c
@@ -256,7 +256,7 @@ const struct vo_driver *video_out_drivers[] =
#ifdef CONFIG_YUV4MPEG
&video_out_yuv4mpeg,
#endif
-#ifdef CONFIG_PNG
+#ifdef CONFIG_LIBAVCODEC
&video_out_png,
#endif
#ifdef CONFIG_JPEG