bas-t / ffdecsawrapper

FFdecsa empowered softcam for MythTV
GNU General Public License v3.0
17 stars 9 forks source link

new kernel 3.13 dvbdev.c patch #13

Closed mrvanes closed 10 years ago

mrvanes commented 10 years ago

I just compiled ffdecsawrapper (dvbloopback) against 3.13, but needed a slightly different patch for dvbdev.c

--- a/drivers/media/dvb-core/dvbdev.c 2014-01-20 03:40:07.000000000 +0100 +++ b/drivers/media/dvb-core/dvbdev.c 2014-01-23 23:39:41.357710804 +0100 @@ -81,8 +81,11 @@ goto fail; file->private_data = dvbdev; replace_fops(file, new_fops);

bas-t commented 10 years ago

Can you give me the patch in a usefull format?

mrvanes commented 10 years ago

http://pastebin.com/A6ZFkpbt

bas-t commented 10 years ago

Fixed in 029a7e5bd72f0b84389cb994af0a9f4470b16c03 and cbc539dd309554a8f56de91788d727bfa4856a57 Thanks!