]> git.sesse.net Git - vlc/blobdiff - include/vlc_codecs.h
Another bunch of invalid config.h usage
[vlc] / include / vlc_codecs.h
index ea421ed34c7a4389a506f4c9eb5193db2c7d4552..5064ca4bb6b035d47839654f6e9ac6d8d6d0213c 100644 (file)
 #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)