Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
lame
> lame-fix_mp3rtp.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File lame-fix_mp3rtp.patch of Package lame (Revision 5)
Currently displaying revision
5
,
show latest
--- frontend/rtp.c.orig 2008-07-13 20:58:19.000000000 +0200 +++ frontend/rtp.c 2008-07-13 20:58:24.000000000 +0200 @@ -2,8 +2,6 @@ #ifdef HAVE_CONFIG_H # include <config.h> -/* std int types already defined in config.h */ -# define _STDINT_H #endif #ifndef __GNUC__ --- frontend/rtp.h.orig 2008-07-13 18:57:29.000000000 +0200 +++ frontend/rtp.h 2008-07-13 20:56:19.000000000 +0200 @@ -1,6 +1,8 @@ #ifndef LAME_RTP_H #define LAME_RTP_H +#include <stdint.h> +#include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> --- frontend/mp3rtp.c.orig 2008-07-13 18:56:06.000000000 +0200 +++ frontend/mp3rtp.c 2008-07-13 20:58:28.000000000 +0200 @@ -12,8 +12,6 @@ #ifdef HAVE_CONFIG_H # include <config.h> -/* std int types already defined in config.h */ -#define _STDINT_H #endif #ifdef STDC_HEADERS