FreeBSD Bugzilla – Attachment 33153 Details for
Bug 54435
[PATCH] multimedia/libdvdread dvdcss_crack symbol revisited
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 846 bytes, created by
Melvyn Sopacua
on 2003-07-13 14:20:08 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Melvyn Sopacua
Created:
2003-07-13 14:20:08 UTC
Size:
846 bytes
patch
obsolete
>--- dvdread/dvd_input.c.orig Sun Jul 13 14:42:27 2003 >+++ dvdread/dvd_input.c Sun Jul 13 14:42:41 2003 >@@ -297,14 +297,7 @@ > > dvdcss_version = (char **)dlsym(dvdcss_library, U_S "dvdcss_interface_2"); > >- if(dlsym(dvdcss_library, U_S "dvdcss_crack")) { >- fprintf(stderr, >- "libdvdread: Old (pre-0.0.2) version of libdvdcss found.\n" >- "libdvdread: You should get the latest version from " >- "http://www.videolan.org/\n" ); >- dlclose(dvdcss_library); >- dvdcss_library = NULL; >- } else if(!DVDcss_open || !DVDcss_close || !DVDcss_title || !DVDcss_seek >+ if(!DVDcss_open || !DVDcss_close || !DVDcss_title || !DVDcss_seek > || !DVDcss_read || !DVDcss_error || !dvdcss_version) { > fprintf(stderr, "libdvdread: Missing symbols in libdvdcss.so.2, " > "this shouldn't happen !\n");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 54435
: 33153