[vlc-devel] commit: Add missing config.h (Geoffroy Couprie )
git version control
git at videolan.org
Mon May 25 15:10:46 CEST 2009
vlc | branch: master | Geoffroy Couprie <geal at videolan.org> | Mon May 25 15:09:40 2009 +0200| [295904fac56671cda96aa1fa2d9f789ceb770728] | committer: Geoffroy Couprie
Add missing config.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=295904fac56671cda96aa1fa2d9f789ceb770728
---
src/control/media.c | 4 ++++
src/control/media_player.c | 4 ++++
2 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/src/control/media.c b/src/control/media.c
index be92127..566ce11 100644
--- a/src/control/media.c
+++ b/src/control/media.c
@@ -21,6 +21,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_list.h> // For the subitems, here for convenience
diff --git a/src/control/media_player.c b/src/control/media_player.c
index 512ed37..347fdf0 100644
--- a/src/control/media_player.c
+++ b/src/control/media_player.c
@@ -21,6 +21,10 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <assert.h>
#include <vlc/libvlc.h>
More information about the vlc-devel
mailing list