comparison rtsp.c @ 3286:6f61c3b36632 libavformat

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents 1de87c1b6a12
children 7a0230981402
comparison
equal deleted inserted replaced
3285:ccfd981fe0fa 3286:6f61c3b36632
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21
22 #include "libavutil/avstring.h"
21 #include "avformat.h" 23 #include "avformat.h"
22 24
23 #include <sys/time.h> 25 #include <sys/time.h>
24 #include <unistd.h> /* for select() prototype */ 26 #include <unistd.h> /* for select() prototype */
25 #include "network.h" 27 #include "network.h"
26 #include "avstring.h"
27 #include "rtsp.h" 28 #include "rtsp.h"
28 29
29 #include "rtp_internal.h" 30 #include "rtp_internal.h"
30 31
31 //#define DEBUG 32 //#define DEBUG