mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00:00
ima4 added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2423 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0efaea716f
commit
a6a75d5d50
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ PRG_CFG = codec-cfg
|
||||
#prefix = /usr/local
|
||||
BINDIR = ${prefix}/bin
|
||||
# BINDIR = /usr/local/bin
|
||||
SRCS = xacodec.c cpudetect.c postproc/swscale.c postproc/postprocess.c mp_msg.c ac3-iec958.c find_sub.c dec_audio.c dec_video.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c xa/rle8.c lirc_mp.c cfgparser.c mixer.c spudec.c
|
||||
SRCS = ima4.c xacodec.c cpudetect.c postproc/swscale.c postproc/postprocess.c mp_msg.c ac3-iec958.c find_sub.c dec_audio.c dec_video.c codec-cfg.c subreader.c linux/getch2.c linux/timer-lx.c linux/shmem.c xa/xa_gsm.c xa/rle8.c lirc_mp.c cfgparser.c mixer.c spudec.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader -Ilibvo $(CSS_INC) $(EXTRA_INC) $(MADLIB_INC) # -Wall
|
||||
A_LIBS = -Lmp3lib -lMP3 -Llibac3 -lac3 $(ALSA_LIB) $(ESD_LIB) $(MADLIB_LIB)
|
||||
|
@ -210,6 +210,7 @@ static short get_driver(char *s,int audioflag)
|
||||
"libvorbis",
|
||||
"ffmpeg",
|
||||
"libmad",
|
||||
"ima4",
|
||||
NULL
|
||||
};
|
||||
static char *videodrv[] = {
|
||||
|
@ -30,6 +30,7 @@
|
||||
#define AFM_VORBIS 10
|
||||
#define AFM_FFMPEG 11
|
||||
#define AFM_MAD 12
|
||||
#define AFM_IMA4 13
|
||||
|
||||
#define VFM_MPEG 1
|
||||
#define VFM_VFW 2
|
||||
|
Loading…
Reference in New Issue
Block a user