From 431ac86c7b95eeee4198ab344fc4a9eeacd33825 Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 3 Apr 2009 08:08:44 +0000 Subject: Fix compilation for newly added VAAPI_HWACCEL's. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29135 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index c7c5aaa6b5..427566bfb6 100755 --- a/configure +++ b/configure @@ -8866,6 +8866,8 @@ $def_xvid_lavc #define CONFIG_MPEG2_VAAPI_HWACCEL 0 #define CONFIG_MPEG4_VAAPI_HWACCEL 0 #define CONFIG_H264_VAAPI_HWACCEL 0 +#define CONFIG_VC1_VAAPI_HWACCEL 0 +#define CONFIG_WMV3_VAAPI_HWACCEL 0 #endif /* MPLAYER_CONFIG_H */ EOF -- cgit v1.2.3 From a9d4cebae0fb44f99201cc3455a72cabecdbdb23 Mon Sep 17 00:00:00 2001 From: compn Date: Fri, 3 Apr 2009 13:39:34 +0000 Subject: add fourccs: dvp and dvs1, from vlc dv video fourcc list git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29136 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/codecs.conf b/etc/codecs.conf index 1c51043940..e7a8fc80df 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -1529,6 +1529,7 @@ videocodec ffdv fourcc DVCS,dvcs ; NTSC ? fourcc "dvcp" ; PAL DV in .mov fourcc "dvc " ; NTSC DV in .mov + fourcc "dvp " fourcc dvpp ; DVCPRO - PAL fourcc dv50 ; DVCPRO 50 fourcc dv5n ; DVCPRO 50 NTSC in .mov @@ -1537,6 +1538,7 @@ videocodec ffdv fourcc dvhq,dvhp fourcc dvh5,dvh6,dvh3 fourcc dvhd,dvsl,dv25 + fourcc dvs1 driver ffmpeg dll dvvideo out 411P,422P,YV12 -- cgit v1.2.3