diff libmpdemux/demux_nemesi.c @ 32059:319657dba8e1

Replace force_fps extern declaration by mpcommon.h #include.
author diego
date Sat, 11 Sep 2010 10:57:31 +0000
parents cd81fce1f010
children d332ea379205
line wrap: on
line diff
--- a/libmpdemux/demux_nemesi.c	Sat Sep 11 10:44:28 2010 +0000
+++ b/libmpdemux/demux_nemesi.c	Sat Sep 11 10:57:31 2010 +0000
@@ -20,6 +20,7 @@
 #include <stdlib.h>
 #include <stdio.h>
 #include "stream/stream.h"
+#include "mpcommon.h"
 #include "demuxer.h"
 #include "stheader.h"
 #define HAVE_STRUCT_SOCKADDR_STORAGE
@@ -111,7 +112,6 @@
                                         rtp_session * sess,
                                         rtp_buff * buff, unsigned int * fps)
 {
-    extern double force_fps;
     rtp_ssrc *ssrc = NULL;
     rtp_frame * fr = &ndsd->first_pkt[stype];
     rtp_buff trash_buff;