Changeset 572 for trunk/Utilities/FFmpeg/FFmpegApp/FFmpegApp.cpp
- Timestamp:
- Jan 20, 2016, 2:48:16 AM (7 years ago)
- Location:
- trunk/Utilities/FFmpeg/FFmpegApp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/FFmpeg/FFmpegApp
- Property svn:ignore
-
old new 2 2 *.user 3 3 *.suo 4 Debug
-
- Property svn:ignore
-
trunk/Utilities/FFmpeg/FFmpegApp/FFmpegApp.cpp
r113 r572 1 1 //////////////////////////////////////////////////////////// 2 // Copyright (C) Roman Ryltsov, 2008-201 22 // Copyright (C) Roman Ryltsov, 2008-2016 3 3 // Created by Roman Ryltsov roman@alax.info 4 //5 // $Id$6 4 7 5 #include "stdafx.h" … … 9 7 extern "C" 10 8 { 11 #include "dev\include\libavcodec\avcodec.h" 9 // NOTE: Additional directory ..\zeranoe.com\dev\include gets to the files 10 #include "libavcodec\avcodec.h" 12 11 } 13 12 14 #pragma comment(lib, "dev\\lib\\avcodec.lib") 13 // NOTE: Additional directory ..\zeranoe.com\dev\lib gets to the files 14 #pragma comment(lib, "avcodec.lib") 15 15 16 // NOTE: Be sure to copy DLL files from ..\zeranoe.com\shared\bin to the directory of the FFmpegApp.exe binary 16 17 int _tmain(int argc, _TCHAR* argv[]) 17 18 {
Note: See TracChangeset
for help on using the changeset viewer.