comparison ffmdec.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 549a09cf23fe
children c3102b189cb6
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
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 21
22 #include "libavutil/intreadwrite.h"
22 #include "avformat.h" 23 #include "avformat.h"
23 #include "ffm.h" 24 #include "ffm.h"
24 #ifdef CONFIG_FFSERVER 25 #ifdef CONFIG_FFSERVER
25 #include <unistd.h> 26 #include <unistd.h>
26 27