diff mbox

[PULL] http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146

Message ID 4973C187.4080200@googlemail.com (mailing list archive)
State Accepted
Headers show

Commit Message

e9hack Jan. 18, 2009, 11:55 p.m. UTC
Hans Verkuil schrieb:
> Thanks for testing! I've made a new tree:
> 
> http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146-2
> 
> Can you test again? It's a simple fix, so it should work now.

With the new tree, WSS with avards works now. Thanks!

For compiling on 2.6.29-rc2, I need a little modification:

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

Comments

Hans Verkuil Jan. 19, 2009, 7:07 a.m. UTC | #1
On Monday 19 January 2009 00:55:51 e9hack wrote:
> Hans Verkuil schrieb:
> > Thanks for testing! I've made a new tree:
> > 
> > http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-saa7146-2
> > 
> > Can you test again? It's a simple fix, so it should work now.
> 
> With the new tree, WSS with avards works now. Thanks!

Cool. Thanks for testing!
 
> For compiling on 2.6.29-rc2, I need a little modification:
> 
> diff -r f7c366d20bd0 v4l/Makefile
> --- a/v4l/Makefile      Sun Jan 18 23:59:11 2009 +0100
> +++ b/v4l/Makefile      Mon Jan 19 00:52:58 2009 +0100
> @@ -161,6 +161,7 @@ ifeq ($(VERSION).$(PATCHLEVEL),2.6)
> 
>   # Needed for kernel 2.6.24 or upper
>   KBUILD_CPPFLAGS := -I$(SUBDIRS)/../linux/include $(KBUILD_CPPFLAGS) -I$(SUBDIRS)/
> + LINUXINCLUDE := -I$(SUBDIRS)/../linux/include $(LINUXINCLUDE) -I$(SUBDIRS)/

Yeah, I discovered that as well. My fix for this was just merged in the
v4l-dvb master.

Thanks,

	Hans
diff mbox

Patch

diff -r f7c366d20bd0 v4l/Makefile
--- a/v4l/Makefile      Sun Jan 18 23:59:11 2009 +0100
+++ b/v4l/Makefile      Mon Jan 19 00:52:58 2009 +0100
@@ -161,6 +161,7 @@  ifeq ($(VERSION).$(PATCHLEVEL),2.6)

  # Needed for kernel 2.6.24 or upper
  KBUILD_CPPFLAGS := -I$(SUBDIRS)/../linux/include $(KBUILD_CPPFLAGS) -I$(SUBDIRS)/
+ LINUXINCLUDE := -I$(SUBDIRS)/../linux/include $(LINUXINCLUDE) -I$(SUBDIRS)/


Regards,