mirror of https://github.com/mpv-player/mpv
Remove video_out_png extern in vo_vesa (remains of ill-advised
vo-based screenshot function). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25242 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1f27b0acea
commit
f3514ce516
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue