summaryrefslogtreecommitdiff
path: root/v4l2-apps/libv4l/ChangeLog
diff options
context:
space:
mode:
authorhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:06:48 +0100
committerhans@rhel5-devel.localdomain <hans@rhel5-devel.localdomain>2009-03-11 13:06:48 +0100
commite6a853deb196982b1b857f651195a41695c324dd (patch)
tree0043c16397cf8febf6706d197a0b4d32bd99bb59 /v4l2-apps/libv4l/ChangeLog
parent222cbd6fd0bec2c2e4566a251729f1329e031a22 (diff)
downloadmediapointer-dvb-s2-e6a853deb196982b1b857f651195a41695c324dd.tar.gz
mediapointer-dvb-s2-e6a853deb196982b1b857f651195a41695c324dd.tar.bz2
libv4l: Do not link the wrapper libs against libphread
From: Gregor Jasny <jasny@vidsoft.de> libv4l: Do not link the wrapper libs against libphread Priority: normal Signed-off-by: Gregor Jasny <jasny@vidsoft.de> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'v4l2-apps/libv4l/ChangeLog')
-rw-r--r--v4l2-apps/libv4l/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l2-apps/libv4l/ChangeLog b/v4l2-apps/libv4l/ChangeLog
index 294bb9ad2..f64525126 100644
--- a/v4l2-apps/libv4l/ChangeLog
+++ b/v4l2-apps/libv4l/ChangeLog
@@ -7,9 +7,10 @@ libv4l-0.5.1
supported cams, except for the pac7302 which only does 640x480 (and skype
wants 320x240), work with skype
* The v4lconvert_convert function was becoming a bit of a mess, so split the
- functionailiy into seperate v4lconvert_convert_pixfmt, v4lconvert_rotate and
+ functionailiy into separate v4lconvert_convert_pixfmt, v4lconvert_rotate and
v4lconvert_crop functions, and make v4lconvert_convert a frontend to
these
+* Do not link the wrapper libs against libpthread (patch from Gregor Jasny)
libv4l-0.5.0
------------