일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- namespace
- docker
- dart
- Windows10
- Android
- deployment
- Pod
- spring cloud config
- aws
- kubectl
- Python
- android studio
- HLS
- Shell script
- 행정구역분류
- aws cli
- configmap
- Flutter
- wireshark
- service
- nginx-media-server
- RTMP
- Sysinternals
- VSCode
- ebpf
- ffmpeg
- Java
- macos
- golang
- Kubernetes
- Today
- Total
목록msys2 (2)
woonizzooni

참고한 FFmpeg 빌드 가이드 https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC https://trac.ffmpeg.org/wiki/CompilationGuide/MinGW https://trac.ffmpeg.org/wiki/HWAccelIntro ffmpeg 소스 컴파일 없이 실행파일과 dll파일만 필요할 경우 아래 경로에서 파일 다운로드/빌도옵션 참고. https://ffmpeg.zeranoe.com/builds/ https://ffmpeg.zeranoe.com/builds/readme/win64/static/ffmpeg-20190708-f83b46e-win64-static-readme.txt Visual Studio를 이용하는 방식(=MSVC)으로 진행해본..
설치파일 다운로드 MSYS2 인스톨러 다운로드 http://www.msys2.org/ http://repo.msys2.org/distrib/x86_64/msys2-x86_64-20190524.exe 설치 http://www.msys2.org/ - 원하는 디렉토리 지정(난 그냥 c:\msys64로 진행함) - 완료 화면에서 'Run MSYS2 now'체크된 상태에서 Finish. 업데이트 pacman -Syu 설치를 진행하시겠습니까? [Y/n] Y 경고: terminate MSYS2 without returning to shell and check for updates again 경고: for example close your terminal window instead of calling exit [터미널..