Skip to content

vlc_codecs.h: disable packed structures when building without config.h

Steve Lhomme requested to merge robUx4/vlc:vlc_codecs_pack into master

vlc_codecs.h may be used by external modules that don't define the way to handle packing. The rest of the header should still be usable.

Even in VLC some codec/demuxers use vlc_codecs.h without using these packed structures.

Merge request reports