Mercurial > mplayer.hg
diff libmpcodecs/Makefile @ 13166:d198f255bee9
x264 encoder support. Original patch send by Bernhard Rosenkraenzer <bero at arklinux dot org>, modifications by Loren Merritt <lorenm at u.washington dot edu>, Jeff Clagg <snacky at ikaruga.co dot uk> and me
author | iive |
---|---|
date | Fri, 27 Aug 2004 20:43:05 +0000 |
parents | f7c6d352c238 |
children | 8bf56817f2e5 |
line wrap: on
line diff
--- a/libmpcodecs/Makefile Fri Aug 27 15:50:33 2004 +0000 +++ b/libmpcodecs/Makefile Fri Aug 27 20:43:05 2004 +0000 @@ -19,7 +19,7 @@ VFILTER_SRCS += vf_pp.c endif -ENCODER_SRCS=ve.c ve_divx4.c ve_lavc.c ve_vfw.c ve_raw.c ve_libdv.c ve_xvid.c ve_xvid4.c ve_qtvideo.c ve_nuv.c +ENCODER_SRCS=ve.c ve_divx4.c ve_lavc.c ve_vfw.c ve_raw.c ve_libdv.c ve_xvid.c ve_xvid4.c ve_qtvideo.c ve_nuv.c ve_x264.c NATIVE_SRCS=native/RTjpegN.c native/minilzo.c native/nuppelvideo.c native/xa_gsm.c native/decode144.c native/decode288.c