Ignore:
Timestamp:
Jan 20, 2016, 2:48:16 AM (7 years ago)
Author:
roman
Message:

Upgraded to VS 2013 and checked with current Zeranoe FFmpeg

Location:
trunk/Utilities/FFmpeg/FFmpegApp
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/FFmpeg/FFmpegApp

    • Property svn:ignore
      •  

        old new  
        22*.user
        33*.suo
         4Debug
  • trunk/Utilities/FFmpeg/FFmpegApp/FFmpegApp.cpp

    r113 r572  
    11////////////////////////////////////////////////////////////
    2 // Copyright (C) Roman Ryltsov, 2008-2012
     2// Copyright (C) Roman Ryltsov, 2008-2016
    33// Created by Roman Ryltsov roman@alax.info
    4 //
    5 // $Id$
    64
    75#include "stdafx.h"
     
    97extern "C"
    108{
    11         #include "dev\include\libavcodec\avcodec.h"
     9        // NOTE: Additional directory ..\zeranoe.com\dev\include gets to the files
     10        #include "libavcodec\avcodec.h"
    1211}
    1312
    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")
    1515
     16// NOTE: Be sure to copy DLL files from ..\zeranoe.com\shared\bin to the directory of the FFmpegApp.exe binary
    1617int _tmain(int argc, _TCHAR* argv[])
    1718{
Note: See TracChangeset for help on using the changeset viewer.