Mercurial > libavcodec.hg
comparison truespeech.c @ 8573:2acf0ae7b041 libavcodec
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author | diego |
---|---|
date | Sun, 11 Jan 2009 22:19:48 +0000 |
parents | 85ab7655ad4d |
children | e9d9d946f213 |
comparison
equal
deleted
inserted
replaced
8572:4e746259152d | 8573:2acf0ae7b041 |
---|---|
16 * | 16 * |
17 * You should have received a copy of the GNU Lesser General Public | 17 * You should have received a copy of the GNU Lesser General Public |
18 * License along with FFmpeg; if not, write to the Free Software | 18 * License along with FFmpeg; if not, write to the Free Software |
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 */ | 20 */ |
21 | |
22 #include "libavutil/intreadwrite.h" | |
21 #include "avcodec.h" | 23 #include "avcodec.h" |
22 | 24 |
23 #include "truespeech_data.h" | 25 #include "truespeech_data.h" |
24 /** | 26 /** |
25 * @file truespeech.c | 27 * @file truespeech.c |