-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
The Makefile as currently written fails to build dvb2dvb on Ubuntu 14.04 LTS.
I think it should be :
dvb2dvb: $(OBJS)
not
dvb2dvb: $(OBJS)
i.e. the $(LIBS) needs to be at the end of the CC command, not before the object filename?
Metadata
Metadata
Assignees
Labels
No labels