Hi,

in order to make the latest dvb-apps compile cleanly 2 things need to be
done:

1. the already compiled gotox binary needs to be deleted

2. the following patch needs to be applied:

--- a/util/gotox/Makefile
+++ b/util/gotox/Makefile
@@ -1,5 +1,7 @@
 # Makefile for linuxtv.org dvb-apps/util/gotox
 
+objects  = gotox.o
+
 binaries = gotox
 
 inst_bin = $(binaries)
@@ -13,3 +15,7 @@
 .PHONY: all
 
 all: $(binaries)
+
+$(binaries): $(objects)
+
+include ../../Make.rules


Cheers

CS


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to