Re: libdvdread on FreeBSD
Matthew Reimer <[email protected]>
| Newsgroups | gmane.comp.video.ogle.devel |
|---|---|
| Organization | VPOP Technologies, Inc. |
| Message-ID | <[email protected]> |
H}kan Hjort wrote: > Tue Feb 25 2003, Matthew Reimer wrote: > >>libdvdread doesn't compile correctly on FreeBSD, I think because of an >>#ifdef mistake. The following condition in dvdread/bswap.h occurs twice >>consecutively: >> > It doesn't.... where did you get this version? > It seems be64toh is only in FreeBSD 5. Try the attached patch or > find and remove the _one_ use of B2N_64 ;) Whoops, my mistake. That was because of a patch from FreeBSD's port system for libdvdread 0.9.3. I've replaced it with the patch you sent and it builds fine now, as does ogle. Thanks! Matt