1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

removed os_support.h

Originally committed as revision 2230 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Fabrice Bellard 2003-09-08 21:59:53 +00:00
parent db0e9b034b
commit 66a15ea2d2

View File

@ -16,9 +16,7 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#include <unistd.h>
#include "avformat.h" #include "avformat.h"
#include "os_support.h"
/* XXX: this is a hack */ /* XXX: this is a hack */
int loop_input = 0; int loop_input = 0;