[vlc-commits] commit: vlc_sql.h: don't rely on __LIBVLC__ being defined ( Rafaël Carré )
git at videolan.org
git at videolan.org
Sat Nov 6 11:32:58 CET 2010
vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Sat Nov 6 11:32:34 2010 +0100| [91d4843ba18e5ccb482e267160c781762fd9a08c] | committer: Rafaël Carré
vlc_sql.h: don't rely on __LIBVLC__ being defined
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=91d4843ba18e5ccb482e267160c781762fd9a08c
---
include/vlc_sql.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/vlc_sql.h b/include/vlc_sql.h
index 0fe4f4b..ed97600 100644
--- a/include/vlc_sql.h
+++ b/include/vlc_sql.h
@@ -23,10 +23,6 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#if !defined( __LIBVLC__ )
-# error You are not libvlc or one of its plugins. You cannot include this file
-#endif
-
#ifndef VLC_SQL_H
# define VLC_SQL_H
More information about the vlc-commits
mailing list