Skip to content

configure: remove no bitfields flag

Steve Lhomme requested to merge robUx4/libdvdnav:no-packing-changes into master

dvdnav depends on dvdread which makes extensive use of packed structures. dvdnav should always have the matching structure sizes from dvdread and thus have the same compilation flags regarding structure packing. It doesn't use any special flag so it should be the same in dvdnav.

Fixes medialibrary!334

Merge request reports