[vlc-devel] commit: Fix compilation (missing _GNU_SOURCE) ( Rémi Denis-Courmont )
git version control
git at videolan.org
Tue May 26 17:16:56 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue May 26 18:15:36 2009 +0300| [244b787335ff289320b9ce4e7a03412a4a0b1b34] | committer: Rémi Denis-Courmont
Fix compilation (missing _GNU_SOURCE)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=244b787335ff289320b9ce4e7a03412a4a0b1b34
---
src/control/audio.c | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/control/audio.c b/src/control/audio.c
index ce4f96d..fb96b70 100644
--- a/src/control/audio.c
+++ b/src/control/audio.c
@@ -22,6 +22,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <vlc/libvlc.h>
#include <vlc/libvlc_media.h>
#include <vlc/libvlc_media_player.h>
More information about the vlc-devel
mailing list