Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
x264.patch
Package: vlc-1.0.5.zip [view]
Upload User: kjfoods
Upload Date: 2020-07-06
Package Size: 29949k
Code Size: 1k
Category:
midi program
Development Platform:
Unix_Linux
- diff -ruN x264.orig/Makefile x264/Makefile
- --- x264.orig/Makefile Mon May 30 21:47:02 2005
- +++ x264/Makefile Sun Jun 26 03:09:05 2005
- @@ -40,7 +40,7 @@
- OBJS = $(SRCS:%.c=%.o)
- DEP = depend
- -default: $(DEP) x264$(EXE)
- +default: $(DEP) libx264.a
- libx264.a: .depend $(OBJS) $(OBJASM)
- ar rc libx264.a $(OBJS) $(OBJASM)
- @@ -61,7 +61,7 @@
- .depend: config.mak config.h
- rm -f .depend
- # Hacky - because gcc 2.9x doesn't have -MT
- - $(foreach SRC, $(SRCS) x264.c, ( echo -n "`dirname $(SRC)`/" && $(CC) $(CFLAGS) $(SRC) -MM -g0 ) 1>> .depend;)
- + $(foreach SRC, $(SRCS), ( echo -n "`dirname $(SRC)`/" && $(CC) $(CFLAGS) $(SRC) -MM -g0 ) 1>> .depend;)
- config.h: $(wildcard .svn/entries */.svn/entries */*/.svn/entries)
- ./version.sh
- @@ -78,11 +78,10 @@
- distclean: clean
- rm -f config.mak vfw/build/cygwin/config.mak
- -install: x264
- +install: libx264.a
- install -d $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) $(DESTDIR)$(includedir)
- install -m 644 x264.h $(DESTDIR)$(includedir)
- install -m 644 libx264.a $(DESTDIR)$(libdir)
- - install x264 $(DESTDIR)$(bindir)
- etags: TAGS