한국에도 도입이 시급합니다!!
'개소리 왈왈' 카테고리의 다른 글
100! (0) | 2009.09.26 |
---|---|
회복모드 (4) | 2009.09.25 |
여자는 되고 남자는 안되는 일 (6) | 2009.09.23 |
간만에 들어가보는 구글 애널리틱스 (0) | 2009.09.23 |
모니터 지름신 손짓하다! (7) | 2009.09.21 |
100! (0) | 2009.09.26 |
---|---|
회복모드 (4) | 2009.09.25 |
여자는 되고 남자는 안되는 일 (6) | 2009.09.23 |
간만에 들어가보는 구글 애널리틱스 (0) | 2009.09.23 |
모니터 지름신 손짓하다! (7) | 2009.09.21 |
winXP AHCI SATA HDD - 900번째 글 (6) | 2009.10.09 |
---|---|
inductor - 저항이 아니라규! (2) | 2009.09.29 |
풀업 / 풀다운 저항(Pull up / Pull down register) (4) | 2009.08.13 |
프레스캇! (10) | 2009.08.07 |
LGA775/Socket478 (4) | 2009.08.04 |
March 10, 2009It has been a very long time since we last made a release and many did not think we would make one again but, back by popular demand, we are proud to announce a new release: FFmpeg 0.5. Check out the release notes and changelog. It is codenamed "half-way to world domination A.K.A. the belligerent blue bike shed" to give an idea where we stand in the grand scheme of things and to commemorate the many fruitful discussions we had during its development. This release includes a very extensive number of changes, but some of the highlights are:
[링크 : http://ffmpeg.org/] |
비디오 종류 * FLV1:Sorenson H.263 * FLV4:On2 TrueMotion VP6 [링크 : http://ko.wikipedia.org/wiki/%ED%94%8C%EB%9E%98%EC%8B%9C_%EB%B9%84%EB%94%94%EC%98%A4] |
mount() 이용하기 - mount cifs using mount() (2) | 2009.10.22 |
---|---|
execl()로 mount 실행하기 - samba (2) | 2009.10.14 |
/ 는 root // 는? (0) | 2009.09.22 |
User Mode Linux - UML (0) | 2009.09.15 |
Avahi daemon은 머하는 넘인고? (0) | 2009.09.14 |
회복모드 (4) | 2009.09.25 |
---|---|
예전 출장시 본 대륙의 환타 - 2008/02/20 네이년에서 끌어옴 (8) | 2009.09.24 |
간만에 들어가보는 구글 애널리틱스 (0) | 2009.09.23 |
모니터 지름신 손짓하다! (7) | 2009.09.21 |
딜레마 (4) | 2009.09.19 |
예전 출장시 본 대륙의 환타 - 2008/02/20 네이년에서 끌어옴 (8) | 2009.09.24 |
---|---|
여자는 되고 남자는 안되는 일 (6) | 2009.09.23 |
모니터 지름신 손짓하다! (7) | 2009.09.21 |
딜레마 (4) | 2009.09.19 |
SSD 질러? (4) | 2009.09.17 |
nmblookup (0) | 2009.09.28 |
---|---|
NetBIOS / NetBEUI / NBNS = WINS / winbind (0) | 2009.09.28 |
smb.conf 예제 - samba smb.conf example (0) | 2009.09.18 |
samba 3.2.0 접속 테스트시 lanman auth 에러 발생 (0) | 2009.09.18 |
삼바의 경계선 - Samba2 / Samba3 (0) | 2009.09.18 |
[morpheuz@localhost /]$ cd / [morpheuz@localhost /]$ cd // [morpheuz@localhost //]$ |
execl()로 mount 실행하기 - samba (2) | 2009.10.14 |
---|---|
gnash - GNU SWF player (0) | 2009.09.23 |
User Mode Linux - UML (0) | 2009.09.15 |
Avahi daemon은 머하는 넘인고? (0) | 2009.09.14 |
사용가능한 파일 시스템의 종류 알아내기 - How to get available file system on linux kernel (0) | 2009.09.11 |
8400GS vs 7600GS (2) | 2009.09.30 |
---|---|
꿈을 꿔도 이런 꿈을 꾸냐 ㄱ- (6) | 2009.09.27 |
출근일기 - 20090921 (16) | 2009.09.21 |
출장의 장점? (4) | 2009.09.09 |
나는 누구, 여기는 어디? (2) | 2009.09.02 |
--sysroot=dir Use dir as the logical root directory for headers and libraries. For example, if the compiler would normally search for headers in /usr/include and libraries in /usr/lib, it will instead search dir/usr/include and dir/usr/lib. If you use both this option and the -isysroot option, then the --sysroot option will apply to libraries, but the -isysroot option will apply to header files. The GNU linker (beginning with version 2.16) has the necessary support for this option. If your linker does not support this option, the header file aspect of --sysroot will still work, but the library aspect will not. -isysroot dir This option is like the --sysroot option, but applies only to header files. See the --sysroot option for more information. [링크 : http://linux.die.net/man/1/gcc] |
$ more test.c #include <stdio.h> int main(int argc, char **argv) { printf("hello world\n"); return 0; } |
$ gcc --sysroot=/ test.c /usr/bin/ld: this linker was not configured to use sysroots collect2: ld returned 1 exit status |
gcc로 정적 컴파일 하기 (static compile using gcc) (0) | 2010.02.11 |
---|---|
gcc 에서 지원하는 언어목록 알아보기 (support languages of GCC) (4) | 2010.02.10 |
gcc 매크로만 확장하기 (preprocessor/전처리기) (0) | 2010.01.27 |
gcc 전용 switch - case 문? (0) | 2009.05.28 |
문자열에 콘트롤 문자 넣기 (0) | 2009.02.18 |
문득 누군가의 외침이 떠올랐다 (0) | 2009.09.30 |
---|---|
남자라서 죄송합니다.. (10) | 2009.09.30 |
내가 사랑했던 스승님 (0) | 2009.09.15 |
울엄마 주민세 두번에 이명박 안티되다?! (0) | 2009.08.30 |
나로호가 SW 문제인 이유는 (8) | 2009.08.21 |