ref: f1e7a1af47423f90b956248642790a6341e5d91c
parent: 090d7e381ee5f782170d2105bda52344971fe4c0
author: menno <menno>
date: Mon Jan 26 17:42:35 EST 2009
Linux compilation fix
--- a/common/mp4v2/mpeg4ip.h
+++ b/common/mp4v2/mpeg4ip.h
@@ -331,12 +331,5 @@
AUDIO_FMT_HW_AC3,
} audio_format_t;
-#ifndef HAVE_STRUCT_IOVEC
-struct iovec {
- void *iov_base;
- unsigned int iov_len;
-};
-#endif
-
#endif /* __MPEG4IP_INCLUDED__ */