comparison libmpdemux/demux_nemesi.c @ 34174:a93891202051

Add missing mp_msg.h #includes, remove some unnecessary ones.
author diego
date Wed, 26 Oct 2011 15:12:35 +0000
parents 592d70e6f51a
children dba1b5aa72c1
comparison
equal deleted inserted replaced
34173:a5d8b198c214 34174:a93891202051
15 * 15 *
16 * You should have received a copy of the GNU General Public License along 16 * You should have received a copy of the GNU General Public License along
17 * with MPlayer; if not, write to the Free Software Foundation, Inc., 17 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */ 19 */
20
20 #include <stdlib.h> 21 #include <stdlib.h>
21 #include <stdio.h> 22 #include <stdio.h>
23
22 #include "stream/stream.h" 24 #include "stream/stream.h"
23 #include "mpcommon.h" 25 #include "mpcommon.h"
26 #include "mp_msg.h"
24 #include "demuxer.h" 27 #include "demuxer.h"
25 #include "stheader.h" 28 #include "stheader.h"
26 #include "nemesi/rtsp.h" 29 #include "nemesi/rtsp.h"
27 #include "nemesi/rtp.h" 30 #include "nemesi/rtp.h"
28 #include <sched.h> 31 #include <sched.h>