Mercurial > mplayer.hg
comparison libmpcodecs/ad_ffmpeg.c @ 5343:3dd532400d44
argh... Nick messed up driver names too
author | arpi |
---|---|
date | Mon, 25 Mar 2002 22:03:33 +0000 |
parents | 0f12fb7c1c5d |
children | 63082aa173f8 |
comparison
equal
deleted
inserted
replaced
5342:c4cf81b3af71 | 5343:3dd532400d44 |
---|---|
3 #include <unistd.h> | 3 #include <unistd.h> |
4 | 4 |
5 #include "config.h" | 5 #include "config.h" |
6 #include "mp_msg.h" | 6 #include "mp_msg.h" |
7 #include "help_mp.h" | 7 #include "help_mp.h" |
8 | |
9 #ifdef USE_LIBAVCODEC | |
8 | 10 |
9 #include "ad_internal.h" | 11 #include "ad_internal.h" |
10 | 12 |
11 #include "bswap.h" | 13 #include "bswap.h" |
12 | 14 |
102 } | 104 } |
103 mp_dbg(MSGT_DECAUDIO,MSGL_DBG2,"Decoded %d -> %d \n",y,len2); | 105 mp_dbg(MSGT_DECAUDIO,MSGL_DBG2,"Decoded %d -> %d \n",y,len2); |
104 } | 106 } |
105 return len; | 107 return len; |
106 } | 108 } |
109 | |
110 #endif |