comparison src/ffmpeg/libavformat/file.c @ 814:2eaaa3aa182b trunk

[svn] - make the whole thing compile. runtime linking is another story.
author nenolod
date Mon, 12 Mar 2007 13:00:06 -0700
parents e8776388b02a
children 11278fe4764b
comparison
equal deleted inserted replaced
813:1d03ded97d44 814:2eaaa3aa182b
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 #include "cutils.h"
21 #include <fcntl.h> 20 #include <fcntl.h>
22 #include <unistd.h> 21 #include <unistd.h>
23 #include <sys/ioctl.h> 22 #include <sys/ioctl.h>
24 #include <sys/time.h> 23 #include <sys/time.h>
25 #include "audacious/vfs.h" 24 #include "audacious/vfs.h"