diff options
author | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-04-16 11:26:54 +0200 |
---|---|---|
committer | hans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain> | 2009-04-16 11:26:54 +0200 |
commit | 53edb5d92907f9dd3f0dff06eff83cc864345e00 (patch) | |
tree | c006c3206d97ba97a51fe1741e6b6a45eef78e5d /v4l2-apps/libv4l/ChangeLog | |
parent | 9fdc384d90d5bfd705bd5d619d2a7fbdd93aeaf0 (diff) | |
download | mediapointer-dvb-s2-53edb5d92907f9dd3f0dff06eff83cc864345e00.tar.gz mediapointer-dvb-s2-53edb5d92907f9dd3f0dff06eff83cc864345e00.tar.bz2 |
libv4l: if the card name contains a / replace it with a - in the shm name
From: Hans de Goede <hdegoede@redhat.com>
/ is not allowed inside shm names, so if the card name contains a /
replace it with a -
Priority: normal
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r-- | v4l2-apps/libv4l/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog index 6081e26cf..ebe34fb7f 100644 --- a/v4l2-apps/libv4l/ChangeLog +++ b/v4l2-apps/libv4l/ChangeLog @@ -1,6 +1,8 @@ libv4l-0.5.98 ------------- * Genius E-M 112 needs both upside down and whitebalance flags +* Some makefile improvements by Gregor Jasny +* If the card name contains a / replace it with a - in the shm name libv4l-0.5.97 ------------- |