beos.mak
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1k
源码类别:
midi
开发平台:
Unix_Linux
- # Beos Rules
- ifeq ($(HOST),$(BUILD))
- # Native build: we need perl, autoconf, etc first
- all: .perl .autoconf .automake .libtool .iconv .intl .freetype .fribidi
- .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
- .flac .speex .faad .lame .ebml .matroska .ffmpeg .dvdcss
- .dvdnav .dvbpsi .dca .aclocal
- #.speex seems
- else
- # Cross compiling: we already have the Linux tools, only build the
- # libraries now
- all: .iconv .intl .freetype .fribidi
- .a52 .mpeg2 .id3tag .mad .ogg .vorbis .vorbisenc .theora
- .flac .faad .faac .lame .twolame .ebml .matroska .ffmpeg .dvdcss
- .dvdnav .dvbpsi .dca .aclocal
- endif
- #.speex