Displaying 4 results from an estimated 4 matches for "sdl_libs".
Did you mean:
dl_libs
2009 Jul 15
0
Bug#536175: Bug#536175: Bug#536176: xen-utils-3.4: trying xen-3.4 once breaks xen-3.2 (?)
...v/null
+++ xen-3/debian/patches/tools-ioemu-rpath.diff
@@ -0,0 +1,11 @@
+--- tools/ioemu-qemu-xen/Makefile.target
++++ tools/ioemu-qemu-xen/Makefile.target
+@@ -720,6 +720,8 @@
+ LDFLAGS+=-Wl,-G0 -Wl,-T,$(SRC_PATH)/ia64.ld
+ endif
+
++LDFLAGS+=$(call LDFLAGS_RPATH,../lib)
++
+ ifdef CONFIG_WIN32
+ SDL_LIBS := $(filter-out -mwindows, $(SDL_LIBS)) -mconsole
+ endif
--- xen-3/debian/rules.real
+++ xen-3/debian/rules.real
@@ -157,6 +157,7 @@ install-utils_$(ARCH): $(STAMPS_DIR)/install-utils_$(ARCH)
install -D -m644 debian/xen-utils.README.Debian $(PACKAGE_DIR)/usr/share/doc/$(PACKAGE_NAME)/README.Debi...
2008 Aug 14
11
[PATCH][TOOLS] ioemu: linking fix for *BSD
Hi,
Attached patch tells the linker where to find
libxenctrl.so.3.2, libxenguest.so.3.2 and libxenstore.so.3.0
when launching qemu-dm.
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
--
AMD Saxony, Dresden, Germany
Operating System Research Center
Legal Information:
AMD Saxony Limited Liability Company & Co. KG
Sitz (Geschäftsanschrift):
Wilschdorfer Landstr.
2002 Oct 14
1
timeline
good question. I would think beta means the bitstream is more or less stable. Monty?
>If June is the goal for public release, is the second milestone the
first beta/rc1? Guess what I'm asking is, whats a good estimate for
when the codec will be frozen as far as backwards compatability..
-----Original Message-----
From: Arc [mailto:arc@indymedia.org]
Sent:
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...topt.h
--dump_video_LDADD = $(GETOPT_OBJS) $(LDADD)
-+dump_video_LDADD = $(GETOPT_OBJS) $(LDADD) -lcompat
- dump_video_DEPENDENCIES = $(GETOPT_OBJS)
- player_example_SOURCES = player_example.c
- player_example_CFLAGS = $(SDL_CFLAGS) $(OGG_CFLAGS) $(VORBIS_CFLAGS)
--player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS)
-+player_example_LDADD = $(LDADD) $(SDL_LIBS) $(VORBIS_LIBS) -lossaudio
- encoder_example_SOURCES = encoder_example.c
- EXTRA_encoder_example_SOURCES = getopt.c getopt1.c getopt.h
- encoder_example_CFLAGS = $(OGG_CFLAGS) $(VORBIS_CFLAGS)
+-dump_video_LDADD = $(GETOPT_OBJS) $(LDADDDE...