Mercurial > mplayer.hg
changeset 25214:f224379e8cb3
Remove video_out_png extern in vo_vesa (remains of ill-advised
vo-based screenshot function).
author | reimar |
---|---|
date | Sun, 02 Dec 2007 13:47:18 +0000 |
parents | 4a2b738ec787 |
children | 5a4fad628819 |
files | libvo/vo_vesa.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_vesa.c Sun Dec 02 13:38:51 2007 +0000 +++ b/libvo/vo_vesa.c Sun Dec 02 13:47:18 2007 +0000 @@ -52,10 +52,6 @@ #include "libmpcodecs/vf_scale.h" -#ifdef HAVE_PNG -extern vo_functions_t video_out_png; -#endif - extern char *monitor_hfreq_str; extern char *monitor_vfreq_str; extern char *monitor_dotclock_str;