diff libvo/video_out.c @ 13397:6cfffb50ea42

This patch enables the compilation and linking of vo_pnm (the portable anymap video output driver) to libvo.
author ivo
date Mon, 20 Sep 2004 01:31:26 +0000
parents 1f6bb2356d18
children ae4e34f267bb
line wrap: on
line diff
--- a/libvo/video_out.c	Mon Sep 20 01:28:32 2004 +0000
+++ b/libvo/video_out.c	Mon Sep 20 01:31:26 2004 +0000
@@ -124,6 +124,7 @@
 #ifdef MACOSX
 extern vo_functions_t video_out_quartz;
 #endif
+extern vo_functions_t video_out_pnm;
 
 vo_functions_t* video_out_drivers[] =
 {
@@ -240,6 +241,7 @@
 #ifdef HAVE_TGA
         &video_out_tga,
 #endif
+    &video_out_pnm,
         NULL
 };