]> granicus.if.org Git - handbrake/commit
build: Fix mingw crashes in libdvdread when using gcc >= 4.7
authorjstebbins <jstebbins.hb@gmail.com>
Sat, 26 Jan 2013 18:47:13 +0000 (18:47 +0000)
committerjstebbins <jstebbins.hb@gmail.com>
Sat, 26 Jan 2013 18:47:13 +0000 (18:47 +0000)
commit8feea17105d6df8114447d66028673920abc548b
treedb5bcd29396493269e469269007ef5390a45b5a8
parentba0fe8ce2fd21992bbd26fc17bddc406eceb04f4
build: Fix mingw crashes in libdvdread when using gcc >= 4.7
mingw gcc >= 4.7 now packs structures in a "MS compatible" fashion.
This breaks the normal expected behavior of packed structures.  To restore
the correct behavior, the option -mno-ms-bitfields must be added :-\

git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5208 b64f7644-9d1e-0410-96f1-a4d463321fa5
contrib/libdvdread/P01-mingw-bitfields.patch [new file with mode: 0644]