added zlib support

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5264 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-03-22 22:12:09 +00:00
parent 630417b2bb
commit 805e53ebb6
2 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,7 @@ static short get_driver(char *s,int audioflag)
"mpng", "mpng",
"ijpg", "ijpg",
"huffyuv", "huffyuv",
"zlib",
NULL NULL
}; };
char **drv=audioflag?audiodrv:videodrv; char **drv=audioflag?audiodrv:videodrv;

View File

@ -66,6 +66,7 @@
#define VFM_MPNG 21 #define VFM_MPNG 21
#define VFM_IJPG 22 #define VFM_IJPG 22
#define VFM_HUFFYUV 23 #define VFM_HUFFYUV 23
#define VFM_ZLIB 24
#ifndef GUID_TYPE #ifndef GUID_TYPE
#define GUID_TYPE #define GUID_TYPE