Hello I've found that makefile doesn't properly compile mpeg_restamp under Ubuntu 12.04(64bit). There is a mistake with $(LDFLAGS) I think i should be : $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) Otherwise it can't link against clock_gettime. Best regards, Marcin Klimek