mirror of
https://github.com/mpv-player/mpv
synced 2024-11-18 21:16:10 +01:00
vo_yuv4mpeg added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4600 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
24739724b8
commit
82c7a81290
@ -3,7 +3,7 @@ include config.mak
|
||||
|
||||
LIBNAME = libvo.a
|
||||
|
||||
SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c $(OPTIONAL_SRCS) img_format.c sub.c
|
||||
SRCS=aspect.c aclib.c osd.c font_load.c video_out.c vo_null.c vo_pgm.c vo_md5.c vo_mpegpes.c x11_common.c vo_yuv4mpeg.c $(OPTIONAL_SRCS) img_format.c sub.c
|
||||
OBJS=$(SRCS:.c=.o)
|
||||
|
||||
ifeq ($(VIDIX),yes)
|
||||
|
@ -84,6 +84,7 @@ extern vo_functions_t video_out_png;
|
||||
extern vo_functions_t video_out_ggi;
|
||||
extern vo_functions_t video_out_aa;
|
||||
extern vo_functions_t video_out_mpegpes;
|
||||
extern vo_functions_t video_out_yuv4mpeg;
|
||||
extern vo_functions_t video_out_dxr3;
|
||||
#ifdef HAVE_VESA
|
||||
extern vo_functions_t video_out_vesa;
|
||||
@ -154,6 +155,7 @@ vo_functions_t* video_out_drivers[] =
|
||||
&video_out_pgm,
|
||||
&video_out_md5,
|
||||
&video_out_mpegpes,
|
||||
&video_out_yuv4mpeg,
|
||||
#ifdef HAVE_VESA
|
||||
&video_out_vesa,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user