erikkaashoek / Comskip

A free commercial detector
GNU General Public License v2.0
598 stars 80 forks source link

just a suggestion for comskip on linux #139

Closed raspo666 closed 1 year ago

raspo666 commented 2 years ago

what about the following for comskip on linux ? --- comskip.c.orig 2021-11-13 18:39:09.219241152 +0100 +++ comskip.c 2021-11-13 18:37:37.151248689 +0100 @@ -13050,6 +13050,10 @@ { Debug(1, "%s not found\n", searchexefile); } +#else ifdef linux + +strcpy(inifilename,"/etc/comskip.ini"); +

endif

} edit: somehow this online editor stole the double underscores around "linux" ...

tmm1 commented 1 year ago

Please send PR to propose code changes