public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] decode_tm6000: fix include path
@ 2009-11-12  6:52 Németh Márton
  2009-11-12  7:15 ` Hans Verkuil
  0 siblings, 1 reply; 3+ messages in thread
From: Németh Márton @ 2009-11-12  6:52 UTC (permalink / raw)
  To: V4L Mailing List

From: Márton Németh <nm127@freemail.hu>

The include path is changed from ../lib to ../lib4vl2util .

Signed-off-by: Márton Németh <nm127@freemail.hu>
---
diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c
--- a/v4l2-apps/util/decode_tm6000.c	Wed Nov 11 18:28:53 2009 +0100
+++ b/v4l2-apps/util/decode_tm6000.c	Thu Nov 12 07:49:43 2009 +0100
@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-#include "../lib/v4l2_driver.h"
+#include "../libv4l2util/v4l2_driver.h"
 #include <stdio.h>
 #include <string.h>
 #include <argp.h>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] decode_tm6000: fix include path
  2009-11-12  6:52 [PATCH] decode_tm6000: fix include path Németh Márton
@ 2009-11-12  7:15 ` Hans Verkuil
  2009-11-12  7:19   ` Németh Márton
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Verkuil @ 2009-11-12  7:15 UTC (permalink / raw)
  To: Németh Márton; +Cc: V4L Mailing List

On Thursday 12 November 2009 07:52:51 Németh Márton wrote:
> From: Márton Németh <nm127@freemail.hu>
> 
> The include path is changed from ../lib to ../lib4vl2util .
> 
> Signed-off-by: Márton Németh <nm127@freemail.hu>
> ---
> diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c
> --- a/v4l2-apps/util/decode_tm6000.c	Wed Nov 11 18:28:53 2009 +0100
> +++ b/v4l2-apps/util/decode_tm6000.c	Thu Nov 12 07:49:43 2009 +0100
> @@ -16,7 +16,7 @@
>     along with this program; if not, write to the Free Software
>     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>   */
> -#include "../lib/v4l2_driver.h"
> +#include "../libv4l2util/v4l2_driver.h"
>  #include <stdio.h>
>  #include <string.h>
>  #include <argp.h>
> --
> 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
> 

This is already part of my pull request from Monday. So this will hopefully be
merged soon.

Regards,

	Hans

-- 
Hans Verkuil - video4linux developer - sponsored by TANDBERG Telecom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] decode_tm6000: fix include path
  2009-11-12  7:15 ` Hans Verkuil
@ 2009-11-12  7:19   ` Németh Márton
  0 siblings, 0 replies; 3+ messages in thread
From: Németh Márton @ 2009-11-12  7:19 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: V4L Mailing List

Hans Verkuil wrote:
> On Thursday 12 November 2009 07:52:51 Németh Márton wrote:
>> From: Márton Németh <nm127@freemail.hu>
>>
>> The include path is changed from ../lib to ../lib4vl2util .
>>
>> Signed-off-by: Márton Németh <nm127@freemail.hu>
>> ---
>> diff -r 60f784aa071d v4l2-apps/util/decode_tm6000.c
>> --- a/v4l2-apps/util/decode_tm6000.c	Wed Nov 11 18:28:53 2009 +0100
>> +++ b/v4l2-apps/util/decode_tm6000.c	Thu Nov 12 07:49:43 2009 +0100
>> @@ -16,7 +16,7 @@
>>     along with this program; if not, write to the Free Software
>>     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>>   */
>> -#include "../lib/v4l2_driver.h"
>> +#include "../libv4l2util/v4l2_driver.h"
>>  #include <stdio.h>
>>  #include <string.h>
>>  #include <argp.h>
>> --
>> 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
>>
> 
> This is already part of my pull request from Monday. So this will hopefully be
> merged soon.

OK. Sorry I missed that one.

Regards,

	Márton Németh


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-12  7:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-12  6:52 [PATCH] decode_tm6000: fix include path Németh Márton
2009-11-12  7:15 ` Hans Verkuil
2009-11-12  7:19   ` Németh Márton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox