public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* libv4l release: 0.5.0
@ 2008-09-15 11:46 Hans de Goede
  2008-10-02 17:26 ` Gregor Jasny
  0 siblings, 1 reply; 2+ messages in thread
From: Hans de Goede @ 2008-09-15 11:46 UTC (permalink / raw)
  To: Linux and Kernel Video, SPCA50x Linux Device Driver Development

Hi All,

libv4l-0.5.0
------------
* Add support for enumerating framesizes and frameintervals of emulated
   formats when the driver supports it for the real format
* Make sure the video device always gets opened RW even if the application
   asks for RO
* Add Genius E-Messenger 112 (093a:2476) to list of cams which have their
   sensor upside down

Get it here:
http://people.atrpms.net/~hdegoede/libv4l-0.5.0.tar.gz

Regards,

Hans


--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

* Re: libv4l release: 0.5.0
  2008-09-15 11:46 libv4l release: 0.5.0 Hans de Goede
@ 2008-10-02 17:26 ` Gregor Jasny
  0 siblings, 0 replies; 2+ messages in thread
From: Gregor Jasny @ 2008-10-02 17:26 UTC (permalink / raw)
  To: Hans de Goede; +Cc: Linux and Kernel Video

[-- Attachment #1: Type: text/plain, Size: 98 bytes --]

Hi,

attached you'll find a patch to not link the wrapper libs against
libphread.

Thanks,
Gregor

[-- Attachment #2: dont-link-wrappers-against-libpthread.diff --]
[-- Type: text/x-diff, Size: 1525 bytes --]

diff -r 10a002640754 v4l2-apps/lib/libv4l/libv4l1/Makefile
--- a/v4l2-apps/lib/libv4l/libv4l1/Makefile	Mon Sep 15 13:48:21 2008 +0200
+++ b/v4l2-apps/lib/libv4l/libv4l1/Makefile	Thu Oct 02 18:45:27 2008 +0200
@@ -3,7 +3,7 @@ CFLAGS := -g -O1
 CFLAGS := -g -O1
 CFLAGS += -Wall -Wno-unused -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
 
-LIBS = -lpthread
+LIBS_libv4l1  = -lpthread
 
 V4L1_OBJS     = libv4l1.o log.o
 V4L1COMPAT    = v4l1compat.so
@@ -75,7 +75,7 @@ clean::
 	$(CC) -c -MMD $(CPPFLAGS) $(CFLAGS) -o $@ $<
 
 %.so:
-	$(CC) -shared $(LDFLAGS) -Wl,-soname,$@.$(LIB_RELEASE) -o $@.$(LIB_RELEASE) $^ $(LIBS)
+	$(CC) -shared $(LDFLAGS) -Wl,-soname,$@.$(LIB_RELEASE) -o $@.$(LIB_RELEASE) $^ $(LIBS_$*)
 	ln -f -s $@.$(LIB_RELEASE) $@
 
 %.a:
diff -r 10a002640754 v4l2-apps/lib/libv4l/libv4l2/Makefile
--- a/v4l2-apps/lib/libv4l/libv4l2/Makefile	Mon Sep 15 13:48:21 2008 +0200
+++ b/v4l2-apps/lib/libv4l/libv4l2/Makefile	Thu Oct 02 18:44:24 2008 +0200
@@ -3,7 +3,7 @@ CFLAGS := -g -O1
 CFLAGS := -g -O1
 CFLAGS += -Wall -Wno-unused -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes
 
-LIBS = -lpthread
+LIBS_libv4l2  = -lpthread
 
 V4L2_OBJS     = libv4l2.o log.o
 V4L2CONVERT   = v4l2convert.so
@@ -74,7 +74,7 @@ clean::
 	$(CC) -c -MMD $(CPPFLAGS) $(CFLAGS) -o $@ $<
 
 %.so:
-	$(CC) -shared $(LDFLAGS) -Wl,-soname,$@.$(LIB_RELEASE) -o $@.$(LIB_RELEASE) $^ $(LIBS)
+	$(CC) -shared $(LDFLAGS) -Wl,-soname,$@.$(LIB_RELEASE) -o $@.$(LIB_RELEASE) $^ $(LIBS_$*)
 	ln -f -s $@.$(LIB_RELEASE) $@
 
 %.a:

[-- Attachment #3: Type: text/plain, Size: 164 bytes --]

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list

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

end of thread, other threads:[~2008-10-02 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-15 11:46 libv4l release: 0.5.0 Hans de Goede
2008-10-02 17:26 ` Gregor Jasny

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