anyc / avcut

Frame-accurate video cutting with only small quality loss
GNU General Public License v2.0
112 stars 13 forks source link

Fixes AVCUT_PROFILE_DIRECTORY in makefile #6

Closed gCurse closed 7 years ago

gCurse commented 7 years ago

changed hard-coded path of AVCUT_PROFILE_DIRECTORY to $(DESTDIR)$(PREFIX)/share/avcut/profiles/ Fixes #5

anyc commented 7 years ago

Thanks for the report! Good point, but as AVCUT_PROFILE_DIRECTORY is also used in the C code, I think we should use DESTDIR only in the install rule as it may point to a location at install time that is different from the place avcut will find the profiles at runtime. If you amend your PR, could you also include "fixes #5" in the commit message? If not, I can also commit these changes later.

gCurse commented 7 years ago

Oops, sorry. I'll make a new one :)