Upstream vlc patches
Merge request reports
Activity
Filter activity
added 2 commits
There is a mistake with this. The symlink should not include $(DESTDIR)..
ln -sf "$(libdir)/libdca.a" "$(DESTDIR)$(libdir)/libdts.a"
Otherwise when using DESTDIR for a tmp install path the symlink will bogosly include a symlink to that path in the generated package instead of the proper destination path.