Your Ad Here
首页 | 编程语言 | 网站建设 | 游戏天堂 | 冲浪宝典 | 网络安全 | 操作系统 | 软件时空 | 硬件指南 | 病毒相关 | IT 认证
软讯网络 > 编程语言 > C/C++ > 精减xine
【标  题】:精减xine
【关键字】:xine
【来  源】:http://www.cublog.cn/u/117/showart.php?id=115181

精减xine

Your Ad Here
留作参考:
[root@redhat211 minixine]# ls
audio_out  demuxers  libmad     xine-engine
config.h   input     libspudec  xine-utils
[root@redhat211 minixine]# ls audio_out
audio_oss_out.c  audio_oss_out.h  Makefile
[root@redhat211 minixine]# ls demuxers
demux.h  demux_mpgaudio.c  Makefile
[root@redhat211 minixine]# ls libmad
bit.c    frame.c    imdct_l_arm.S  layer3.h      stream.c  timer.h
bit.h    frame.h    imdct_s.dat    Makefile      stream.h  version.c
D.dat    global.h   layer12.c      qc_table.dat  synth.c   version.h
fixed.c  huffman.c  layer12.h      rq_table.dat  synth.h   xine_decoder.c
fixed.h  huffman.h  layer3.c       sf_table.dat  timer.c
[root@redhat211 minixine]# ls xine-engine
audio_decoder.c  configfile.c    lrb.h       resample.h       xine.c
audio_out.c      configfile.h    Makefile    scratch.c        xine_internal.h
audio_out.h      demux.c         metronom.c  scratch.h        xineintl.h
bswap.h          events.c        metronom.h  spu_decoder.h
buffer.c         events.h        nvtvd.h     video_decoder.c
buffer.h         load_plugins.c  osd.h       video_out.h
buffer_types.c   log             resample.c  video_overlay.h
[root@redhat211 minixine]# ls input
input_file.c  input_plugin.h  Makefile
[root@redhat211 minixine]# ls libspudec
spu_decoder_api.h
[root@redhat211 minixine]# ls xine-utils
attributes.h  Makefile   ppcasm_string.h  utils.c       xmlparser.h
compat.h      memcpy.c   ppcasm_string.S  xine_mutex.c
cpu_accel.c   monitor.c  ppc_asm.tmpl     xineutils.h
[root@redhat211 minixine]# more audio_out/Makefile
LIB = xineplug_ao_out_oss.so
OBJS = audio_oss_out.o
LDFLAGS += -shared -Wl,-soname -Wl,$(LIB)
CFLAGS += -DHAVE_CONFIG_H  -DXINE_COMPILE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../x
ine-utils -I../xine-engine -g -Wall
all: $(LIB)
        make install
        make clean
$(LIB): $(OBJS)
        $(CC) $(LDFLAGS) $^ -o $@
install:
        cp -dpR $(LIB) /usr/local/lib/xine/plugins
clean:
        rm -fr *.o $(LIB)

求矩阵的最大子矩阵和算法:【上一篇】
我的创作生活.:【下一篇】
【相关文章】
  • 屏蔽xine中的视频输出
  • 在MiniGUI1.6.8和Redhat 9下安装Mgxine
  • xinetd使用指南(转)
  • make xine play movie with Chinese subtitle
  • Xine----LINUX下的媒体播放器
  • linux网络应用及/etc/rc.d/init.d/xinetd restart
  • inetd与xinetd
  • Sarge下xine-ui的郁闷
  • Xine媒体播放器Xine-Lib CDDB信息远程格式串漏洞
  • xinetd使用指南
  • 【随机文章】
  • Scott Ambler 谈如何编好的软件模型
  • google code jam china 入围赛排名
  • Wicket 教程3:使用 PageView 来调试页面
  • 使用ADS1.2进行嵌入式软件开发(上)
  • Intuos 3数码板手绘马克笔效果图(2)
  • Windows变脸王 4.4破解手记--完美爆破 上
  • 开源地图编辑器MAPPY
  • Postfix发信用户身份检查
  • 自画标题栏的一个例子
  • 系统管理工具包: 标准化您的 UNIX 命令行工具
  • 【相关评论】
    没有相关评论
    【发表评论】
    姓名:
    邮件:
    随机码*
    评论*
          
    |  首 页  |  版权声明  |  联系我们   |  网站地图  |
    CopyRight © 2004-2007 bbb软讯网络 All Rigths Reserved.