[vlc-devel] commit: Win32: fix compile of BDA. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Apr 26 12:39:57 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 26 12:39:14 2009 +0200| [de002637d527d572d25ca270d6dddd3c2b9c94eb] | committer: Jean-Baptiste Kempf
Win32: fix compile of BDA.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de002637d527d572d25ca270d6dddd3c2b9c94eb
---
modules/access/bda/bda.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/access/bda/bda.c b/modules/access/bda/bda.c
index 42987a4..2227a6c 100644
--- a/modules/access/bda/bda.c
+++ b/modules/access/bda/bda.c
@@ -1,7 +1,7 @@
/*****************************************************************************
* bda.c : BDA access module for vlc
*****************************************************************************
- * Copyright (C) 2007 the VideoLAN team
+ * Copyright (C) 2007-2009 the VideoLAN team
*
* Author: Ken Self <kenself(at)optusnet(dot)com(dot)au>
*
@@ -28,10 +28,10 @@
# include "config.h"
#endif
-#include <vlc_plugin.h>
-
#include "bda.h"
+#include <vlc_plugin.h>
+
/*****************************************************************************
* Access: local prototypes
More information about the vlc-devel
mailing list