]> git.sesse.net Git - vlc/blobdiff - include/vlc_update.h
demux/live555.cpp: added support for avc1 in X-QT over RTSP
[vlc] / include / vlc_update.h
index be5839b9f69e9c4bf51643bb006cc917057d2e62..fd4aa04ed0e198d2eab3f979d27a0808bf842faf 100644 (file)
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+#if !defined( __LIBVLC__ )
+  #error You are not libvlc or one of its plugins. You cannot include this file
+#endif
+
 #ifndef _VLC_UPDATE_H
 #define _VLC_UPDATE_H
 
@@ -111,7 +115,7 @@ struct update_mirror_t
  */
 struct update_t
 {
-    vlc_t *p_vlc;
+    libvlc_int_t *p_libvlc; 
 
     vlc_mutex_t lock;