[MPlayer-users] Streaming server setup

Kumar Sharad-r2aaju sharad.kumar at freescale.com
Wed Feb 23 00:16:49 CET 2005


I am using MPlayer (build 20050130), and trying to setup a remote streams.  In the online documentation it says that I need to first compile the server on my host.  To do this I need to go to the TOOLS/netstream directory and type make.  However, I am getting the following error when I try this. 
 
I did a search for the afmt.o file and it does not seem to exist anywhere in my MPlayer subdirectories. Any ideas what I might be missing?
 
Thanks,
Sharad
 
 
[root at localhost netstream]# make

cc -c -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I../.. -I../../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -o netstream.o netstream.c

cc -I../libvo -I../../libvo -I/usr/X11R6/include -fno-PIC -O4 -march=pentium3 -mcpu=pentium3 -pipe -ffast-math -fomit-frame-pointer -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include -I../.. -I../../loader -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include netstream.o -o netstream ../../libmpdemux/libmpdemux.a ../../libmpdvdkit2/libmpdvdkit.a ../../libmpcodecs/native/minilzo.o ../../libvo/aclib.o ../../libmpcodecs/img_format.o ../../liba52/liba52.a ../../libao2/afmt.o ../../m_option.o ../../m_struct.o ../../subreader.o ../../mp_msg.o ../../osdep/shmem.o ../../osdep/timer-*.o

../../osdep/strl.o -lz -lungif -lpthread -ldl -rdynamic -lm

cc: ../../libao2/afmt.o: No such file or directory

make: *** [netstream] Error 1




More information about the MPlayer-users mailing list