diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 01:50:14 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-14 01:50:14 -0300 |
| commit | 737afa9b4d78263736085799046c76351fde10c5 (patch) | |
| tree | cf1f35aeab4b269e5e30595ef8eee61e6575ca03 | |
| parent | e4bdbcc62f329b3737868f414d592d73470ada20 (diff) | |
| download | mediapointer-dvb-s2-737afa9b4d78263736085799046c76351fde10c5.tar.gz mediapointer-dvb-s2-737afa9b4d78263736085799046c76351fde10c5.tar.bz2 | |
Fix build of program listings
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
| -rw-r--r-- | staging-specs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/staging-specs/Makefile b/staging-specs/Makefile index 09fce72e9..2a82b9275 100644 --- a/staging-specs/Makefile +++ b/staging-specs/Makefile @@ -362,7 +362,8 @@ 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/\1)v4l2_mpeg_vbi_itv0-1/g" + -e "s/\(linkend\=\"\)v4l2\-mpeg\-vbi\-ITV0/\1v4l2_mpeg_vbi_itv0-1/g" + v4l/libv4l-fmt.xml: cat ../v4l2-apps/libv4l/libv4lconvert/*.c| \ |
