chinese直男口爆体育生外卖, 99久久er热在这里只有精品99, 又色又爽又黄18禁美女裸身无遮挡, gogogo高清免费观看日本电视,私密按摩师高清版在线,人妻视频毛茸茸,91论坛 兴趣闲谈,欧美 亚洲 精品 8区,国产精品久久久久精品免费

電子發(fā)燒友App

硬聲App

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示
創(chuàng)作
電子發(fā)燒友網(wǎng)>電子資料下載>模擬數(shù)字>MPEG-4音頻參考程序

MPEG-4音頻參考程序

2008-12-16 | rar | 333 | 次下載 | 3積分

資料介紹

MPEG-4音頻參考程序:# MPEG-4 Audio VM
# makefile (requires GNU make)
#
# $Id: makefile,v 1.60 1999/07/26 13:17:56 purnhage Exp $
#
# Authors:
# BG??? Bernhard Grill, Uni Erlangen
# HP??? Heiko Purnhagen, Uni Hannover
# BT??? Bodo Teichmann, FhG/IIS
# SE?Sebastien Etienne, CCETT Rennes
#
# Changes:
# 11-jun-96?? BG??? basic concept
# 13-jun-96?? HP??? first version
# 14-jun-96?? HP??? test stuff added
# 19-jun-96?? HP??? indiline.a added
# 20-jun-96?? HP??? modifications proposed by BG
# 28-jun-96?? HP??? fixed COPTS bug
# 04-jul-96?? HP??? restructured makefile, fixed CFLAGS/LIBS bug
# 04-jul-96?? HP??? included "pre-linked object file directory" by BG
# 05-jul-96?? HP??? fixed override CFLAGS/LIBS
# 20-aug-96?? BG??? OS2 modifications
# 26-aug-96?? HP??? removed PLOBJS, adapted to vm directory structure
# 26-aug-96?? HP??? CVS
# 13-sep-96?? HP??? removed -O option for Linux g++
# 25-oct-96?? HP??? adapted makefile options / added makefile.cfg
# 01-nov-96?? HP??? added "depend" target
# 03-dec-96?? HP??? added comment re. include dependency files
#?????????????????? added library dependency rules
# 21-jan-97?? HP??? added audio i/o module
# 31-jan-97?? HP??? seperated encoder and? -g directories
# 05-feb-97?? HP??? added COMLIBS
# 12-feb-97?? HP??? make CFLAGS and LDFLAGS values passed on and evaluated
# 14-feb-97?? HP??? included PICOLA speed control (by Panasonic)
# 11-mar-97?? HP??? included PICOLA source code
# 21-mar-97?? BT??? fixed CC and IRIX things, platform autodetect
# 26-mar-97?? CCETT included G729? -g source code
# 20-may-97?? HP??? clean up
# 22-may-97?? HP??? added DEBUGPLOT (substitutes PLOTMTV)
# 03-jun-97?? HP??? disabled DEBUGPLOT as default
# 07-nov-97?? HP??? merged with FhG mods
# 08-apr-98?? HP??? added OSF platform
# 09-apr-98?? HP/CF added rm before ar when making libs
# 13-oct-98?? HP??? improved platform detection
# 02-dec-98?? HP/nn merged version-dependent directory stuff by FhG
# 11-jan-99?? HP??? linux_gcc
# 20-jan-99?? HP??? cleaned up platform dependency stuff and CFLAGS defaults
# 21-jan-99?? HP??? audio.c & austream.c
# 22-jan-99?? HP??? USE_AFSP
# 23-apr-99?? HP??? updated, some files renamed for IM1-compability
# 28-apr-99?? HP??? using AFSP_INCLUDE_PATH / AFSP_LIBRARY_PATH ...
#----------------------------------------------------------------------

#----------------------------------------------------------------------
# Notes:
#
# This makefile provides automatic handling of different system
# platforms. Therefore it is required to set the environment
# variable SYSTEM_NAME according to the actual platform.
# Currently, these platforms are supported:
#?? IRIX
#?? Linux
#?? Solaris
#?? ... and most other UNIX platforms ...
#
# If CFLAGS or LDFLAGS are changed for a subsequent invocation of make,
# object files and binaries are NOT remade automatically with the new
# options! Use "make clean" first ...
#
# To make mp4auenc and mp4audec, type:
#?? make all
#
# To allow make running e.g. 4 jobs at once, type:
#?? make MFLAGS=-j4
#
# On most platforms, the default compiler is g++. To use the platform's
# native compiler (e.g. cc) instead, type:
#?? make MAKE_CC=native
# and to use gcc, type:
#?? make MAKE_CC=gnu
#
#----------------------------------------------------------------------
# BG: OS2 fix
ifeq "$(SYSTEM_NAME)" "OS2"
SHELL = /bin/sh
export SHELL
endif

# HP 981013
ifeq "$(SYSTEM_NAME)" ""
ifeq "$(OSTYPE)" ""
SYSTEM_NAME = $(shell uname -s)
else
ifeq "$(OSTYPE)" "linux"
SYSTEM_NAME = Linux
endif
ifeq "$(OSTYPE)" "linux-gnu"
SYSTEM_NAME = Linux
endif
ifeq "$(OSTYPE)" "solaris"
SYSTEM_NAME = Solaris
endif
ifeq "$(OSTYPE)" "iris4d"
SYSTEM_NAME = IRIX
endif
ifeq "$(OSTYPE)" "sunos4"
SYSTEM_NAME = SunOS
endif
ifeq "$(OSTYPE)" "osf1"
SYSTEM_NAME = OSF
endif
ifeq "$(OSTYPE)" "cygwin32"
SYSTEM_NAME = cdk
endif
endif
endif
ifeq "$(SYSTEM_NAME)" ""
include error:\ SYSTEM_NAME\ environment\ variable\ not\ defined\ !!!
include Options:\ SunOS\ IRIX\ Linux\ OS2\ Solaris\ OSF\ cdk\ !!!
endif
ifeq "$(MAKELEVEL)" "0"

下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評(píng)論

查看更多

下載排行

本周

  1. 1EMC電路設(shè)計(jì)工程師必備的EMC基礎(chǔ)
  2. 0.42 MB   |  4次下載  |  2 積分
  3. 2AU3116 2×60W模擬輸入雙通道Class-D 音頻功率放大器數(shù)據(jù)手冊(cè)
  4. 1.19 MB   |  1次下載  |  免費(fèi)
  5. 3低壓降肖特基整流管SR340L數(shù)據(jù)手冊(cè)
  6. 0.78 MB   |  1次下載  |  免費(fèi)
  7. 4ZX8002E 觸摸調(diào)光LED集成IC數(shù)據(jù)手冊(cè)
  8. 2.27 MB   |  次下載  |  免費(fèi)
  9. 5SOD-323塑料封裝ESD保護(hù)二極管SD05T系列規(guī)格書
  10. 1.07 MB   |  次下載  |  免費(fèi)
  11. 6SOT-23塑料封裝ESD保護(hù)二極管SMxx Series系列規(guī)格書
  12. 0.93 MB   |  次下載  |  免費(fèi)
  13. 7高效率整流二極管HER151 THRU HER158數(shù)據(jù)手冊(cè)
  14. 0.54 MB   |  次下載  |  免費(fèi)
  15. 8低壓降肖特基整流管SL22 THRU SL210數(shù)據(jù)手冊(cè)
  16. 1.03 MB   |  次下載  |  免費(fèi)

本月

  1. 1三相逆變主電路的原理圖和PCB資料合集免費(fèi)下載
  2. 27.35 MB   |  111次下載  |  1 積分
  3. 2運(yùn)算放大器基本電路中文資料
  4. 1.30 MB   |  16次下載  |  免費(fèi)
  5. 3蘋果iphone 11電路原理圖
  6. 4.98 MB   |  11次下載  |  5 積分
  7. 4TL494工業(yè)用開關(guān)電源原理圖資料
  8. 0.22 MB   |  10次下載  |  1 積分
  9. 5常用電子元器件介紹
  10. 3.21 MB   |  8次下載  |  免費(fèi)
  11. 6QW2893應(yīng)急燈專用檢測(cè)芯片
  12. 590.40 KB  |  4次下載  |  免費(fèi)
  13. 7相關(guān)協(xié)議信號(hào)總結(jié)
  14. 0.94 MB   |  4次下載  |  免費(fèi)
  15. 8EMC電路設(shè)計(jì)工程師必備的EMC基礎(chǔ)
  16. 0.42 MB   |  4次下載  |  2 積分

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935130次下載  |  10 積分
  3. 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
  4. 1.48MB  |  420064次下載  |  10 積分
  5. 3Altium DXP2002下載入口
  6. 未知  |  233089次下載  |  10 積分
  7. 4電路仿真軟件multisim 10.0免費(fèi)下載
  8. 340992  |  191390次下載  |  10 積分
  9. 5十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
  10. 158M  |  183344次下載  |  10 積分
  11. 6labview8.5下載
  12. 未知  |  81591次下載  |  10 積分
  13. 7Keil工具M(jìn)DK-Arm免費(fèi)下載
  14. 0.02 MB  |  73815次下載  |  10 積分
  15. 8LabVIEW 8.6下載
  16. 未知  |  65989次下載  |  10 積分