]> git.sesse.net Git - vlc/blobdiff - include/vlc_codecs.h
Usefull coment instead of "Gruik" (evenif I like the previous one...)
[vlc] / include / vlc_codecs.h
index ea421ed34c7a4389a506f4c9eb5193db2c7d4552..d217470698da1c63f28cc03f65f09a39bcd8915a 100644 (file)
  * 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_CODECS_H
 #define _VLC_CODECS_H 1
 
+#ifdef HAVE_ATTRIBUTE_PACKED
+#   define ATTR_PACKED __attribute__((__packed__))
+#else
+#   error FIXME
+#endif
+
 /* Structures exported to the demuxers and decoders */
 
 #if !(defined _GUID_DEFINED || defined GUID_DEFINED)