diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 01:56:05 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 01:56:05 -0300 |
commit | e76341944626ac2433e00d7a495a021d05501ac5 (patch) | |
tree | ca56c3066a6dfec7559059953a5f8110f4a4346a | |
parent | f42a069eb158c911ab0d678cd544f23e91ce80a1 (diff) | |
download | mediapointer-dvb-s2-e76341944626ac2433e00d7a495a021d05501ac5.tar.gz mediapointer-dvb-s2-e76341944626ac2433e00d7a495a021d05501ac5.tar.bz2 |
staging-specs: Avoid some build errors
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Error: no ID for constraint linkend: v4l2-mpeg-vbi-itv0-1.
Priority: normal
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | staging-specs/Makefile | 2 | ||||
-rw-r--r-- | staging-specs/v4l/dev-sliced-vbi.xml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/staging-specs/Makefile b/staging-specs/Makefile index 2a82b9275..adaf82fd9 100644 --- a/staging-specs/Makefile +++ b/staging-specs/Makefile @@ -362,7 +362,7 @@ DOCUMENTED = \ -e "s/\(\(enum\|struct\) *\)\(v4l2_[a-zA-Z0-9_]*\)/\1<link linkend=\"\3\">\3<\/link>/g" \ -e "s/\(V4L2_PIX_FMT_[A-Z0-9_]\+\) /<link linkend=\"\1\">\1<\/link> /g" \ -e ":a;s/\(linkend=\".*\)_\(.*\">\)/\1-\2/;ta" \ - -e "s/\(linkend\=\"\)v4l2\-mpeg\-vbi\-ITV0/\1v4l2_mpeg_vbi_itv0-1/g" + -e "s/\(linkend\=\"\)v4l2\-mpeg\-vbi\-ITV0/\1v4l2-mpeg-vbi-itv0-1/g" v4l/libv4l-fmt.xml: diff --git a/staging-specs/v4l/dev-sliced-vbi.xml b/staging-specs/v4l/dev-sliced-vbi.xml index a2cfc45ef..69e789fa7 100644 --- a/staging-specs/v4l/dev-sliced-vbi.xml +++ b/staging-specs/v4l/dev-sliced-vbi.xml @@ -510,7 +510,7 @@ which VBI lines are provided.</entry> </row> <row> <entry></entry> - <entry>struct <link linkend="v4l2-mpeg-vbi-ITV0-1"> + <entry>struct <link linkend="v4l2-mpeg-vbi-itv0-1"> <structname>v4l2_mpeg_vbi_ITV0</structname></link> </entry> <entry><structfield>ITV0</structfield></entry> @@ -604,7 +604,7 @@ unspecified data that should be ignored by applications.</entry> </tgroup> </table> - <table frame="none" pgwide="1" id="v4l2-mpeg-vbi-ITV0-1"> + <table frame="none" pgwide="1" id="v4l2-mpeg-vbi-itv0-1"> <title>struct <structname>v4l2_mpeg_vbi_ITV0</structname> </title> <tgroup cols="3"> |