similar to: building under NetBSD

Displaying 20 results from an estimated 500 matches similar to: "building under NetBSD"

2002 Dec 01
1
Alpha Two? (Impatient fan seeks news)
According to THIS: http://www.xiph.org/ogg/vorbis/update.html "Alpha Two is due out on December 1st" And according to THIS: http://lwn.net/Articles/11775/ "we've already got some fantastic plans for Theora Alpha Two." Believe it or not, I'm actually restraining myself from jumping up and down yelling "where is it!?! where is it?!?"...but I DID want to
2005 Mar 13
1
"encoder_example" segfaulting...(and a couple of other questions)
I picked up the imported Feb 2005 issue of "Linux Format", in part for the Theora article...and I was pleasantly surprised to see my mouldering old "Ogg-Theora Micro-howto[1]" document referenced. I figured that meant people might still be finding it useful, so I felt it was time to dust it off and update it. I also noticed that archive.org now has a small but growing
2003 Feb 02
2
Encoding from fifo's
Hello, I'm new to the list, so if this is an FAQ, please point me to the relevant docs. I'm playing with Theora, to see what kind of quality I can expect (I realise its not for production use yet). I've download the source from CVS, and got it to build, with the example encoder and player. While trying to find something to serve as a good source of input, I decided I'd use a
2002 Sep 27
2
Using Theora Micro-HOWTO
Okay, thanks to some stubbornness on my part and helpfulness on the part of people on this mailing list, I got the Ogg Theora alpha compiled up and installed and running. Yesterday, I went to the Prelinger archives (the public-domain video archive at www.archive.com) to find a high-quality original to re-encode as a test. The encoder worked just fine, and playback as well, and I thought I'd
2002 Sep 30
3
theora test suite
some of you may find this helpful: I've uploaded a short (5 second) raw clip in yuv4mpeg format, associated audio, and batch files to exercise the encoder & decoder examples. In addition I've included the file as compressed (test.ogg), and a longer version as well to test playback sync. Notes: to use MPlayer with the -vo yuv4mpeg option, you need to get the latest release and compile
2001 Feb 27
2
building under NetBSD and using /dev/audio
I am using NetBSD 1.5.1_ALPHA (i386). I have libao-0.6.0, libvorbis-1.0beta4, libogg-1.0beta4 and vorbis-tools-1.0beta4. My sound works. I am able to use a .ogg file by using ogg123 to create a .wav file and playing it with splay. (splay uses /dev/audio.) How can I modify ogg123 (or liba0) so I can use /dev/audio as the default sound device? Or maybe it would be better to add a new device (for
2009 May 12
2
compile error of libtheora example
hi all: i downloaded libtheora1.0.tar.gz from xiph.org, and when i compile it, such error message popped. i tried to run player_example.c under /libtheora_1.0/examples/. error message: ivysummer at ivysummer-desktop:~/??/libtheora-1.0/examples$ gcc -o player player_example.c /tmp/ccpyle3c.o: In function `buffer_data': player_example.c:(.text+0x15): undefined reference to
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted. Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net> I am unable to pipe to ogg123 with cat, but redirecting with < works fine. rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v - Audio Device: OSS audio driver output Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca> Comments: Outputs audio to the Open Sound
2003 Dec 08
2
libtheora-1.0alpha2.tar.gz make fails
Hi My PC is Intel Pentium P4-HT, running Linux kernel 2.6.0-test10. I have the latest GNU automake/autoconf system. The make fails on libtheora with the following error msgs: player_example.c:29:1: warning: "_REENTRANT" redefined player_example.c:1:1: warning: this is the location of the previous definition /bin/sh ../libtool --mode=link gcc -O2 -D_REENTRANT -all-static -o
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
On Wed, May 31, 2006 at 05:52:33PM +0200, steven mestdagh wrote: > please make it install the docs under share/doc/libtheora. Thank you. Updated patch below. A copy of this email goes to the list of theora. The following patch for the port of libtheora-alpha6 for OpenBSD includes (among other things): * a patch for examples/Makefile.in that doesn't link player_example since it
2002 Apr 03
2
format of http stream?
I am streaming ogg via inetd. Basically, I am outputing like: oggenc -Q -b 1 -o - /some/wave/file.wav This works fine with ogg123 (other than that I want the bit rate to be lower than 55-100 range that it is doing). I am using: Ogg123 from vorbis-tools 1.0rc2 OggEnc v0.8 (libvorbis rc2) But, FreeAmp for Windows slowly buffered up to 100% then said "Skipped Corrupted File". And
2004 Feb 06
0
Bug in src/player_example.c
Hi I've just started development on a streaming TV player using Theora as a real time encoder. The player currently uses the majority of code in src/player_example.c. I discovered a bug which was preventing the player from working correctly, but which only showed up in my player; it didn't seem to affect the original player_example. I've now found the cause, which is indeed a
2004 Jun 29
1
XP Can't Join Domain
I am running Samba 3.0.2 as a PDC on a Fedora Core 1 machine using openldap as the password backend. I think I've got all the openldap stuff working. I can log in, ssh, etc. using ldap accounts. When I try to join an XP machine to the domain, I get an error on the XP machine that reads: The following error occurred attempting to join the domain "TIMBERLINE": The user name could not
2003 Aug 23
1
CVS compile problems
Hi, I'm compiling theora from the cvs. I use it with mplayer. I had run in these problems: 1. At make time I got that: Making all in doc make[1]: Entering directory `/work/src/theora/doc' make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop. make[1]: Leaving directory `/work/src/theora/doc' make: *** [all-recursive] Error 1 I cannot skip that
2012 Apr 11
3
Ogg Theora files player
Hello, I try to compile player_example.c from http://downloads.xiph.org/releases/theora/libtheora-1.1.1.zip in Visual Studio 2008 on Windows XP. I built and added to the project libogg-1.3.0, libtheora-1.1.1, libvorbis-1.3.2 (http://www.xiph.org/downloads/) and SDL-1.2.15 (http://www.libsdl.org/release/SDL-devel-1.2.15-VC.zip). When I compile player_example.c Visual Studio shows: fatal error
2003 Jan 14
0
Well, it's something at least...
Quick update - though not mentioned on the mailing lists anywhere until now, it looks like yesterday sometime, someone posted a "test suite" of datafiles to play with on the main page of www.theora.org ...but after all this time, I seem to have developed a problem with my Theora Alpha 1 build. First, somehow there appears to be a "/opt/kde/lib/libartsc.so" that gets added to
2003 Jan 27
5
It's quiet. TOO quiet.
Whatever became of Ogg Theora? There seems to be still almost no news from Xiph or its developers regarding Ogg Theora. None at all since Mid-December, when the release of Alpha 2 was pushed back to a month ago... No news on plans for the second Alpha? No news of development "roadmaps"? No news on current developments or challenges that are stalling development? No CVS updates
2003 Aug 12
0
Compile error in CVS, entry for a FAQ somewhere, place for test/comparison files to be uploaded?
The first error in CVS - fairly minor - is in the docs section: ---------------------------------------------------------------- make[1]: Entering directory `/tmp/temp/oggstuff/theora/doc' python txt2py.py spec.txt spec.py python txt2html.py spec.txt spec.html make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop.
1998 May 08
0
PDC rejects browse sync sessionsetup
Hi, I'm running Samba 1.9.18p4 on one subnet, and have Wincenter (Windows NT 3.51) server as the PDC. The servers from the remote subnet do not show up in the browse list of the PDC and the following message appears in the log.nmb file: sync_browse_lists: RAINIER rejected the browse sync sessionsetup RAINIER is the name of the PDC. Rob -- Rob Nielsen rob@adc.com
2002 Nov 23
1
Compiling theora
I have tried following the Theora Micro How-to http://www.xiph.org/archives/theora-dev/200209/0092.html I have been able to: * download * compile * encode But decoding/playing does not work. I get: $ examples/player_example < fiatlux.theora.ogg sh: examples/player_example: No such file or directory See http://ole.tange.dk/projekter/theora/ for more precise information. <p>/Ole --