BUG: latest dvb-apps do not compile due to MA's faulty implementation of the gotox utility

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux