All of lore.kernel.org
 help / color / mirror / Atom feed
From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/mplayer
Date: Tue, 25 Sep 2007 04:56:34 -0700 (PDT)	[thread overview]
Message-ID: <20070925115634.8FACA3006B@busybox.net> (raw)

Author: ulf
Date: 2007-09-25 04:56:34 -0700 (Tue, 25 Sep 2007)
New Revision: 20011

Log:
Fix LEGACY dependencies for mplayer

Added:
   trunk/buildroot/package/mplayer/mplayer-1.0rc1-index.patch


Changeset:
Added: trunk/buildroot/package/mplayer/mplayer-1.0rc1-index.patch
===================================================================
--- trunk/buildroot/package/mplayer/mplayer-1.0rc1-index.patch	                        (rev 0)
+++ trunk/buildroot/package/mplayer/mplayer-1.0rc1-index.patch	2007-09-25 11:56:34 UTC (rev 20011)
@@ -0,0 +1,22 @@
+diff -urN MPlayer-1.0rc1-0rig/stream/stream_dvb.c MPlayer-1.0rc1/stream/stream_dvb.c
+--- MPlayer-1.0rc1-0rig/stream/stream_dvb.c	2006-10-23 00:32:25.000000000 +0200
++++ MPlayer-1.0rc1/stream/stream_dvb.c	2007-09-25 08:37:54.000000000 +0200
+@@ -37,9 +37,7 @@
+ #include <sys/poll.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+-#include <string.h>
+ #include <errno.h>
+-#include <fcntl.h>
+ 
+ #include "stream.h"
+ #include "libmpdemux/demuxer.h"
+@@ -168,7 +166,7 @@
+ 		if((line[0] == '#') || (strlen(line) == 0))
+ 			continue;
+ 
+-		colon = index(line, ':');
++		colon = strchr(line, ':');
+ 		if(colon)
+ 		{
+ 			k = colon - line;

             reply	other threads:[~2007-09-25 11:56 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-25 11:56 ulf at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2007-09-25 12:01 [Buildroot] svn commit: trunk/buildroot/package/mplayer ulf at uclibc.org
2007-09-25 12:16 ` Bernhard Fischer
2007-09-20 21:52 ulf at uclibc.org
2007-08-30 22:40 aldot at uclibc.org
2007-08-29 15:54 jacmet at uclibc.org
2007-07-28 15:43 ulf at uclibc.org
2007-07-23 12:40 ulf at uclibc.org
2007-07-23 12:35 ` Allan Clark
2007-07-26  7:01   ` Hans-Christian Egtvedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20070925115634.8FACA3006B@busybox.net \
    --to=ulf@uclibc.org \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.