From 8c9e0778c4c02a8becc500146ea97c46aca039c3 Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 14:49:57 +0200 Subject: [PATCH 1/8] Project's file structure changes --- .gitignore | 34 +- samples/bla.mp4 => CMake/FindFFMPEG.cmake | 0 CMakeLists.txt | 24 ++ examples/CMakeLists.txt | 16 + .../decode_audio/decode_audio.cpp | 0 .../decode_audio/decode_audio.vcxproj | 0 .../decode_audio/decode_audio.vcxproj.filters | 0 .../decode_audio/decode_audio.vcxproj.user | 0 .../decode_video/decode_video.cpp | 0 .../decode_video/decode_video.vcxproj | 0 .../decode_video/decode_video.vcxproj.filters | 0 .../decode_video/decode_video.vcxproj.user | 0 .../demo/GeneratedAudioSource.cpp | 0 .../demo/GeneratedAudioSource.h | 0 .../demo/GeneratedVideoSource.cpp | 0 .../demo/GeneratedVideoSource.h | 0 {source/ffmpeg-cpp => examples}/demo/demo.cpp | 0 .../ffmpeg-cpp => examples}/demo/demo.vcxproj | 0 .../demo/demo.vcxproj.filters | 0 .../demo/demo.vcxproj.user | 0 .../difference/difference.cpp | 0 .../difference/difference.vcxproj | 0 .../difference/difference.vcxproj.filters | 0 .../difference/difference.vcxproj.user | 0 .../encode_audio/encode_audio.cpp | 0 .../encode_audio/encode_audio.vcxproj | 0 .../encode_audio/encode_audio.vcxproj.filters | 0 .../encode_audio/encode_audio.vcxproj.user | 0 .../encode_video/encode_video.cpp | 0 .../encode_video/encode_video.vcxproj | 0 .../encode_video/encode_video.vcxproj.filters | 0 .../encode_video/encode_video.vcxproj.user | 0 .../filtering_audio/filtering_audio.cpp | 0 .../filtering_audio/filtering_audio.vcxproj | 0 .../filtering_audio.vcxproj.filters | 0 .../filtering_audio.vcxproj.user | 0 .../filtering_video/filtering_video.cpp | 0 .../filtering_video/filtering_video.vcxproj | 0 .../filtering_video.vcxproj.filters | 0 .../filtering_video.vcxproj.user | 0 .../print_info/print_info.cpp | 0 .../print_info/print_info.vcxproj | 0 .../print_info/print_info.vcxproj.filters | 0 .../print_info/print_info.vcxproj.user | 0 .../remuxing/remuxing.cpp | 0 .../remuxing/remuxing.vcxproj | 0 .../remuxing/remuxing.vcxproj.filters | 0 .../remuxing/remuxing.vcxproj.user | 0 {samples => examples/samples}/DesiJourney.wav | Bin .../samples}/Vivaldi_Sonata_eminor_.mp3 | Bin ...aldi_s16le_2_channels_samplerate_11025.dat | Bin .../samples}/big_buck_bunny.mp4 | Bin samples/bla2.mp4 => examples/samples/bla.mp4 | 0 {samples => examples/samples}/bla.wav | Bin .../samples/bla2.mp4 | 0 {samples => examples/samples}/carphone.h264 | Bin .../samples}/carphone_qcif.y4m | 0 ffmpeg/download.ps1 | 27 -- ffmpeg/readme.txt | 13 - .../ffmpeg-cpp/AudioFormatConverter.h | 0 .../ffmpeg-cpp/CodecDeducer.h | 0 .../ffmpeg-cpp/Codecs/AudioCodec.h | 0 .../ffmpeg-cpp/Codecs/Codec.h | 0 .../ffmpeg-cpp/Codecs}/H264NVEncCodec.h | 0 .../ffmpeg-cpp/Codecs}/H265NVEncCodec.h | 0 .../ffmpeg-cpp/Codecs/JPGCodec.h | 0 .../ffmpeg-cpp/Codecs/PNGCodec.h | 0 .../ffmpeg-cpp/Codecs/VP9Codec.h | 0 .../ffmpeg-cpp/Codecs/VideoCodec.h | 0 .../ffmpeg-cpp/ConvertedAudioProcessor.h | 0 .../ffmpeg-cpp/Demuxing/AudioInputStream.h | 0 .../ffmpeg-cpp/Demuxing/InputStream.h | 0 .../ffmpeg-cpp/Demuxing/StreamData.h | 0 .../ffmpeg-cpp/Demuxing/VideoInputStream.h | 0 .../ffmpeg-cpp/FFmpegException.h | 0 .../ffmpeg-cpp/Frame Sinks/AudioEncoder.h | 0 .../ffmpeg-cpp/Frame Sinks/AudioFilter.h | 0 .../ffmpeg-cpp/Frame Sinks/AudioFrameSink.h | 0 .../ffmpeg-cpp/Frame Sinks/Filter.h | 0 .../ffmpeg-cpp/Frame Sinks/FrameSink.h | 0 .../ffmpeg-cpp/Frame Sinks/FrameSinkStream.h | 0 .../ffmpeg-cpp/Frame Sinks/FrameWriter.h | 0 .../Frame Sinks/OneInputFrameSink.h | 0 .../ffmpeg-cpp/Frame Sinks/VideoEncoder.h | 0 .../ffmpeg-cpp/Frame Sinks/VideoFilterInput.h | 0 .../ffmpeg-cpp/Frame Sinks/VideoFrameSink.h | 0 .../ffmpeg-cpp/FrameContainer.h | 0 .../ffmpeg-cpp/Info/AudioStreamInfo.h | 0 .../ffmpeg-cpp/Info/ContainerInfo.h | 0 .../ffmpeg-cpp/Info/VideoStreamInfo.h | 0 .../ffmpeg-cpp/Muxing/AudioOutputStream.h | 0 .../ffmpeg-cpp/Muxing/Muxer.h | 0 .../ffmpeg-cpp/Muxing/OutputStream.h | 0 .../ffmpeg-cpp/Muxing/VideoOutputStream.h | 0 .../ffmpeg-cpp/OpenCodec.h | 0 .../ffmpeg-cpp/Sources/Demuxer.h | 0 .../ffmpeg-cpp/Sources/EncodedFileSource.h | 0 .../ffmpeg-cpp/Sources/InputSource.h | 0 .../ffmpeg-cpp/Sources/RawAudioDataSource.h | 0 .../ffmpeg-cpp/Sources/RawAudioFileSource.h | 0 .../ffmpeg-cpp/Sources/RawVideoDataSource.h | 0 .../ffmpeg-cpp/Sources/RawVideoFileSource.h | 0 .../ffmpeg-cpp/VideoFormatConverter.h | 0 .../ffmpeg-cpp/ffmpeg.h | 0 .../ffmpeg-cpp/ffmpegcpp.h | 0 .../ffmpeg-cpp => include}/ffmpeg-cpp/std.h | 0 .../ffmpeg-cpp => }/AudioFormatConverter.cpp | 0 source/CMakeLists.txt | 36 ++ .../ffmpeg-cpp => }/CodecDeducer.cpp | 0 .../ffmpeg-cpp => }/Codecs/AudioCodec.cpp | 0 .../ffmpeg-cpp => }/Codecs/Codec.cpp | 0 .../codecs => Codecs}/H264NVEncCodec.cpp | 0 .../codecs => Codecs}/H265NVEncCodec.cpp | 0 .../ffmpeg-cpp => }/Codecs/JPGCodec.cpp | 0 .../ffmpeg-cpp => }/Codecs/PNGCodec.cpp | 0 .../ffmpeg-cpp => }/Codecs/VP9Codec.cpp | 0 .../ffmpeg-cpp => }/Codecs/VideoCodec.cpp | 0 .../Demuxing/AudioInputStream.cpp | 0 .../ffmpeg-cpp => }/Demuxing/InputStream.cpp | 0 source/Demuxing/StreamData.cpp | 0 .../Demuxing/VideoInputStream.cpp | 0 .../ffmpeg-cpp => }/FFmpegException.cpp | 0 .../Frame Sinks/AudioEncoder.cpp | 0 .../Frame Sinks/AudioFilter.cpp | 0 .../ffmpeg-cpp => }/Frame Sinks/Filter.cpp | 0 .../Frame Sinks/FrameSinkStream.cpp | 0 .../Frame Sinks/OneInputFrameSink.cpp | 0 .../Frame Sinks/VideoEncoder.cpp | 0 .../Frame Sinks/VideoFilterInput.cpp | 0 .../ffmpeg-cpp => }/FrameContainer.cpp | 0 .../Muxing/AudioOutputStream.cpp | 0 .../ffmpeg-cpp => }/Muxing/Muxer.cpp | 0 .../ffmpeg-cpp => }/Muxing/OutputStream.cpp | 0 .../Muxing/VideoOutputStream.cpp | 0 .../{ffmpeg-cpp/ffmpeg-cpp => }/OpenCodec.cpp | 0 .../ffmpeg-cpp => }/Sources/Demuxer.cpp | 0 .../Sources/EncodedFileSource.cpp | 0 .../Sources/RawAudioDataSource.cpp | 0 .../Sources/RawAudioFileSource.cpp | 0 .../Sources/RawVideoDataSource.cpp | 0 .../Sources/RawVideoFileSource.cpp | 0 .../ffmpeg-cpp => }/VideoFormatConverter.cpp | 0 .../FFmpegLibraryLocationProperty.props | 20 - source/ffmpeg-cpp/ffmpeg-cpp.sln | 374 ------------------ .../ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj | 283 ------------- .../ffmpeg-cpp/ffmpeg-cpp.vcxproj.filters | 267 ------------- .../ffmpeg-cpp/ffmpeg-cpp.vcxproj.user | 6 - 147 files changed, 83 insertions(+), 1017 deletions(-) rename samples/bla.mp4 => CMake/FindFFMPEG.cmake (100%) create mode 100644 CMakeLists.txt create mode 100644 examples/CMakeLists.txt rename {source/ffmpeg-cpp => examples}/decode_audio/decode_audio.cpp (100%) rename {source/ffmpeg-cpp => examples}/decode_audio/decode_audio.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/decode_audio/decode_audio.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/decode_audio/decode_audio.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/decode_video/decode_video.cpp (100%) rename {source/ffmpeg-cpp => examples}/decode_video/decode_video.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/decode_video/decode_video.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/decode_video/decode_video.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/demo/GeneratedAudioSource.cpp (100%) rename {source/ffmpeg-cpp => examples}/demo/GeneratedAudioSource.h (100%) rename {source/ffmpeg-cpp => examples}/demo/GeneratedVideoSource.cpp (100%) rename {source/ffmpeg-cpp => examples}/demo/GeneratedVideoSource.h (100%) rename {source/ffmpeg-cpp => examples}/demo/demo.cpp (100%) rename {source/ffmpeg-cpp => examples}/demo/demo.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/demo/demo.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/demo/demo.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/difference/difference.cpp (100%) rename {source/ffmpeg-cpp => examples}/difference/difference.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/difference/difference.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/difference/difference.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/encode_audio/encode_audio.cpp (100%) rename {source/ffmpeg-cpp => examples}/encode_audio/encode_audio.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/encode_audio/encode_audio.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/encode_audio/encode_audio.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/encode_video/encode_video.cpp (100%) rename {source/ffmpeg-cpp => examples}/encode_video/encode_video.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/encode_video/encode_video.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/encode_video/encode_video.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/filtering_audio/filtering_audio.cpp (100%) rename {source/ffmpeg-cpp => examples}/filtering_audio/filtering_audio.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/filtering_audio/filtering_audio.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/filtering_audio/filtering_audio.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/filtering_video/filtering_video.cpp (100%) rename {source/ffmpeg-cpp => examples}/filtering_video/filtering_video.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/filtering_video/filtering_video.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/filtering_video/filtering_video.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/print_info/print_info.cpp (100%) rename {source/ffmpeg-cpp => examples}/print_info/print_info.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/print_info/print_info.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/print_info/print_info.vcxproj.user (100%) rename {source/ffmpeg-cpp => examples}/remuxing/remuxing.cpp (100%) rename {source/ffmpeg-cpp => examples}/remuxing/remuxing.vcxproj (100%) rename {source/ffmpeg-cpp => examples}/remuxing/remuxing.vcxproj.filters (100%) rename {source/ffmpeg-cpp => examples}/remuxing/remuxing.vcxproj.user (100%) rename {samples => examples/samples}/DesiJourney.wav (100%) rename {samples => examples/samples}/Vivaldi_Sonata_eminor_.mp3 (100%) rename {samples => examples/samples}/Vivaldi_s16le_2_channels_samplerate_11025.dat (100%) rename {samples => examples/samples}/big_buck_bunny.mp4 (100%) rename samples/bla2.mp4 => examples/samples/bla.mp4 (100%) rename {samples => examples/samples}/bla.wav (100%) rename source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/StreamData.cpp => examples/samples/bla2.mp4 (100%) rename {samples => examples/samples}/carphone.h264 (100%) rename {samples => examples/samples}/carphone_qcif.y4m (100%) delete mode 100644 ffmpeg/download.ps1 delete mode 100644 ffmpeg/readme.txt rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/AudioFormatConverter.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/CodecDeducer.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Codecs/AudioCodec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Codecs/Codec.h (100%) rename {source/ffmpeg-cpp/ffmpeg-cpp/codecs => include/ffmpeg-cpp/Codecs}/H264NVEncCodec.h (100%) rename {source/ffmpeg-cpp/ffmpeg-cpp/codecs => include/ffmpeg-cpp/Codecs}/H265NVEncCodec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Codecs/JPGCodec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Codecs/PNGCodec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Codecs/VP9Codec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Codecs/VideoCodec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/ConvertedAudioProcessor.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Demuxing/AudioInputStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Demuxing/InputStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Demuxing/StreamData.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Demuxing/VideoInputStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/FFmpegException.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/AudioEncoder.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/AudioFilter.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/AudioFrameSink.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/Filter.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/FrameSink.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/FrameSinkStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/FrameWriter.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/VideoEncoder.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/VideoFilterInput.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Frame Sinks/VideoFrameSink.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/FrameContainer.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Info/AudioStreamInfo.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Info/ContainerInfo.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Info/VideoStreamInfo.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Muxing/AudioOutputStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Muxing/Muxer.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Muxing/OutputStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Muxing/VideoOutputStream.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/OpenCodec.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/Demuxer.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/EncodedFileSource.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/InputSource.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/RawAudioDataSource.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/RawAudioFileSource.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/RawVideoDataSource.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/Sources/RawVideoFileSource.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/VideoFormatConverter.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/ffmpeg.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/ffmpegcpp.h (100%) rename {source/ffmpeg-cpp => include}/ffmpeg-cpp/std.h (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/AudioFormatConverter.cpp (100%) create mode 100644 source/CMakeLists.txt rename source/{ffmpeg-cpp/ffmpeg-cpp => }/CodecDeducer.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Codecs/AudioCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Codecs/Codec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp/codecs => Codecs}/H264NVEncCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp/codecs => Codecs}/H265NVEncCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Codecs/JPGCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Codecs/PNGCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Codecs/VP9Codec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Codecs/VideoCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Demuxing/AudioInputStream.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Demuxing/InputStream.cpp (100%) create mode 100644 source/Demuxing/StreamData.cpp rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Demuxing/VideoInputStream.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/FFmpegException.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/AudioEncoder.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/AudioFilter.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/Filter.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/FrameSinkStream.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/OneInputFrameSink.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/VideoEncoder.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Frame Sinks/VideoFilterInput.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/FrameContainer.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Muxing/AudioOutputStream.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Muxing/Muxer.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Muxing/OutputStream.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Muxing/VideoOutputStream.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/OpenCodec.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Sources/Demuxer.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Sources/EncodedFileSource.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Sources/RawAudioDataSource.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Sources/RawAudioFileSource.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Sources/RawVideoDataSource.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/Sources/RawVideoFileSource.cpp (100%) rename source/{ffmpeg-cpp/ffmpeg-cpp => }/VideoFormatConverter.cpp (100%) delete mode 100644 source/ffmpeg-cpp/FFmpegLibraryLocationProperty.props delete mode 100644 source/ffmpeg-cpp/ffmpeg-cpp.sln delete mode 100644 source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj delete mode 100644 source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.filters delete mode 100644 source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.user diff --git a/.gitignore b/.gitignore index 5a06444..1f5bc52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1,8 @@ -################################################################################ -# This .gitignore file was automatically created by Microsoft(R) Visual Studio. -################################################################################ + +/build +!/build/.gitkeep -/source/ffmpeg-cpp/.vs/ffmpeg-cpp/v15 -/source/ffmpeg-cpp/ffmpeg-cpp/obj -/source/ffmpeg-cpp/demo/obj -/source/ffmpeg-cpp/x64/Debug -/source/ffmpeg-cpp/obj/Debug -/source/ffmpeg-cpp/demo/samples/out.mp4 -/ffmpeg/include -/ffmpeg/lib -/ffmpeg/bin -/bin -/lib - -/source/ffmpeg-cpp/decode_audio/obj -/source/ffmpeg-cpp/encode_audio/obj -/source/ffmpeg-cpp/encode_video/obj -/source/ffmpeg-cpp/decode_video/obj -/source/ffmpeg-cpp/filtering_video/obj -/include - -/source/ffmpeg-cpp/remuxing/obj -/source/ffmpeg-cpp/difference/obj/x64/Debug -/source/ffmpeg-cpp/difference/obj -/source/ffmpeg-cpp/print_info/obj/x64 -/source/ffmpeg-cpp/filtering_audio/obj/x64 +/vendor +!/vendor/ffmpeg/download.ps1 +!/vendor/ffmpeg/readme.* +!/vendor/**/.gitkeep \ No newline at end of file diff --git a/samples/bla.mp4 b/CMake/FindFFMPEG.cmake similarity index 100% rename from samples/bla.mp4 rename to CMake/FindFFMPEG.cmake diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..e55b636 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,24 @@ +cmake_minimum_required(VERSION 3.6) + +# Don't configure in project root +if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") + message(FATAL_ERROR "Please don't make configuration in-source.") +endif() + +project(ffmpeg-cpp VERSION 1.0.0.0) + +list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake") + +# If FFMPEG_DIR is not specified assume it's in /vendor/ffmpeg +if("${FFMPEG_DIR}" STREQUAL "") + set(FFMPEG_DIR "${CMAKE_CURRENT_SOURCE_DIR}/vendor/ffmpeg") +endif() + +find_package(FFMPEG REQUIRED) + +# Orginize targets by folder structure +set_property(GLOBAL USE_FOLDERS ON) + + +add_subdirectory("source") +add_subdirectory("examples") \ No newline at end of file diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..85803ae --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,16 @@ +# Viariable to set examples output directory +set(BIN_DIR "${CMAKE_CURRENT_BINARY_DIR}") + + +add_subdirectory("decode_audio") +add_subdirectory("decode_video") +add_subdirectory("demo") +add_subdirectory("difference") +add_subdirectory("encode_audio") +add_subdirectory("encode_video") +add_subdirectory("filtering_audio") +add_subdirectory("filtering_video") +add_subdirectory("print_info") +add_subdirectory("remuxing") + +add_subdirectory("samples") \ No newline at end of file diff --git a/source/ffmpeg-cpp/decode_audio/decode_audio.cpp b/examples/decode_audio/decode_audio.cpp similarity index 100% rename from source/ffmpeg-cpp/decode_audio/decode_audio.cpp rename to examples/decode_audio/decode_audio.cpp diff --git a/source/ffmpeg-cpp/decode_audio/decode_audio.vcxproj b/examples/decode_audio/decode_audio.vcxproj similarity index 100% rename from source/ffmpeg-cpp/decode_audio/decode_audio.vcxproj rename to examples/decode_audio/decode_audio.vcxproj diff --git a/source/ffmpeg-cpp/decode_audio/decode_audio.vcxproj.filters b/examples/decode_audio/decode_audio.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/decode_audio/decode_audio.vcxproj.filters rename to examples/decode_audio/decode_audio.vcxproj.filters diff --git a/source/ffmpeg-cpp/decode_audio/decode_audio.vcxproj.user b/examples/decode_audio/decode_audio.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/decode_audio/decode_audio.vcxproj.user rename to examples/decode_audio/decode_audio.vcxproj.user diff --git a/source/ffmpeg-cpp/decode_video/decode_video.cpp b/examples/decode_video/decode_video.cpp similarity index 100% rename from source/ffmpeg-cpp/decode_video/decode_video.cpp rename to examples/decode_video/decode_video.cpp diff --git a/source/ffmpeg-cpp/decode_video/decode_video.vcxproj b/examples/decode_video/decode_video.vcxproj similarity index 100% rename from source/ffmpeg-cpp/decode_video/decode_video.vcxproj rename to examples/decode_video/decode_video.vcxproj diff --git a/source/ffmpeg-cpp/decode_video/decode_video.vcxproj.filters b/examples/decode_video/decode_video.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/decode_video/decode_video.vcxproj.filters rename to examples/decode_video/decode_video.vcxproj.filters diff --git a/source/ffmpeg-cpp/decode_video/decode_video.vcxproj.user b/examples/decode_video/decode_video.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/decode_video/decode_video.vcxproj.user rename to examples/decode_video/decode_video.vcxproj.user diff --git a/source/ffmpeg-cpp/demo/GeneratedAudioSource.cpp b/examples/demo/GeneratedAudioSource.cpp similarity index 100% rename from source/ffmpeg-cpp/demo/GeneratedAudioSource.cpp rename to examples/demo/GeneratedAudioSource.cpp diff --git a/source/ffmpeg-cpp/demo/GeneratedAudioSource.h b/examples/demo/GeneratedAudioSource.h similarity index 100% rename from source/ffmpeg-cpp/demo/GeneratedAudioSource.h rename to examples/demo/GeneratedAudioSource.h diff --git a/source/ffmpeg-cpp/demo/GeneratedVideoSource.cpp b/examples/demo/GeneratedVideoSource.cpp similarity index 100% rename from source/ffmpeg-cpp/demo/GeneratedVideoSource.cpp rename to examples/demo/GeneratedVideoSource.cpp diff --git a/source/ffmpeg-cpp/demo/GeneratedVideoSource.h b/examples/demo/GeneratedVideoSource.h similarity index 100% rename from source/ffmpeg-cpp/demo/GeneratedVideoSource.h rename to examples/demo/GeneratedVideoSource.h diff --git a/source/ffmpeg-cpp/demo/demo.cpp b/examples/demo/demo.cpp similarity index 100% rename from source/ffmpeg-cpp/demo/demo.cpp rename to examples/demo/demo.cpp diff --git a/source/ffmpeg-cpp/demo/demo.vcxproj b/examples/demo/demo.vcxproj similarity index 100% rename from source/ffmpeg-cpp/demo/demo.vcxproj rename to examples/demo/demo.vcxproj diff --git a/source/ffmpeg-cpp/demo/demo.vcxproj.filters b/examples/demo/demo.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/demo/demo.vcxproj.filters rename to examples/demo/demo.vcxproj.filters diff --git a/source/ffmpeg-cpp/demo/demo.vcxproj.user b/examples/demo/demo.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/demo/demo.vcxproj.user rename to examples/demo/demo.vcxproj.user diff --git a/source/ffmpeg-cpp/difference/difference.cpp b/examples/difference/difference.cpp similarity index 100% rename from source/ffmpeg-cpp/difference/difference.cpp rename to examples/difference/difference.cpp diff --git a/source/ffmpeg-cpp/difference/difference.vcxproj b/examples/difference/difference.vcxproj similarity index 100% rename from source/ffmpeg-cpp/difference/difference.vcxproj rename to examples/difference/difference.vcxproj diff --git a/source/ffmpeg-cpp/difference/difference.vcxproj.filters b/examples/difference/difference.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/difference/difference.vcxproj.filters rename to examples/difference/difference.vcxproj.filters diff --git a/source/ffmpeg-cpp/difference/difference.vcxproj.user b/examples/difference/difference.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/difference/difference.vcxproj.user rename to examples/difference/difference.vcxproj.user diff --git a/source/ffmpeg-cpp/encode_audio/encode_audio.cpp b/examples/encode_audio/encode_audio.cpp similarity index 100% rename from source/ffmpeg-cpp/encode_audio/encode_audio.cpp rename to examples/encode_audio/encode_audio.cpp diff --git a/source/ffmpeg-cpp/encode_audio/encode_audio.vcxproj b/examples/encode_audio/encode_audio.vcxproj similarity index 100% rename from source/ffmpeg-cpp/encode_audio/encode_audio.vcxproj rename to examples/encode_audio/encode_audio.vcxproj diff --git a/source/ffmpeg-cpp/encode_audio/encode_audio.vcxproj.filters b/examples/encode_audio/encode_audio.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/encode_audio/encode_audio.vcxproj.filters rename to examples/encode_audio/encode_audio.vcxproj.filters diff --git a/source/ffmpeg-cpp/encode_audio/encode_audio.vcxproj.user b/examples/encode_audio/encode_audio.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/encode_audio/encode_audio.vcxproj.user rename to examples/encode_audio/encode_audio.vcxproj.user diff --git a/source/ffmpeg-cpp/encode_video/encode_video.cpp b/examples/encode_video/encode_video.cpp similarity index 100% rename from source/ffmpeg-cpp/encode_video/encode_video.cpp rename to examples/encode_video/encode_video.cpp diff --git a/source/ffmpeg-cpp/encode_video/encode_video.vcxproj b/examples/encode_video/encode_video.vcxproj similarity index 100% rename from source/ffmpeg-cpp/encode_video/encode_video.vcxproj rename to examples/encode_video/encode_video.vcxproj diff --git a/source/ffmpeg-cpp/encode_video/encode_video.vcxproj.filters b/examples/encode_video/encode_video.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/encode_video/encode_video.vcxproj.filters rename to examples/encode_video/encode_video.vcxproj.filters diff --git a/source/ffmpeg-cpp/encode_video/encode_video.vcxproj.user b/examples/encode_video/encode_video.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/encode_video/encode_video.vcxproj.user rename to examples/encode_video/encode_video.vcxproj.user diff --git a/source/ffmpeg-cpp/filtering_audio/filtering_audio.cpp b/examples/filtering_audio/filtering_audio.cpp similarity index 100% rename from source/ffmpeg-cpp/filtering_audio/filtering_audio.cpp rename to examples/filtering_audio/filtering_audio.cpp diff --git a/source/ffmpeg-cpp/filtering_audio/filtering_audio.vcxproj b/examples/filtering_audio/filtering_audio.vcxproj similarity index 100% rename from source/ffmpeg-cpp/filtering_audio/filtering_audio.vcxproj rename to examples/filtering_audio/filtering_audio.vcxproj diff --git a/source/ffmpeg-cpp/filtering_audio/filtering_audio.vcxproj.filters b/examples/filtering_audio/filtering_audio.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/filtering_audio/filtering_audio.vcxproj.filters rename to examples/filtering_audio/filtering_audio.vcxproj.filters diff --git a/source/ffmpeg-cpp/filtering_audio/filtering_audio.vcxproj.user b/examples/filtering_audio/filtering_audio.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/filtering_audio/filtering_audio.vcxproj.user rename to examples/filtering_audio/filtering_audio.vcxproj.user diff --git a/source/ffmpeg-cpp/filtering_video/filtering_video.cpp b/examples/filtering_video/filtering_video.cpp similarity index 100% rename from source/ffmpeg-cpp/filtering_video/filtering_video.cpp rename to examples/filtering_video/filtering_video.cpp diff --git a/source/ffmpeg-cpp/filtering_video/filtering_video.vcxproj b/examples/filtering_video/filtering_video.vcxproj similarity index 100% rename from source/ffmpeg-cpp/filtering_video/filtering_video.vcxproj rename to examples/filtering_video/filtering_video.vcxproj diff --git a/source/ffmpeg-cpp/filtering_video/filtering_video.vcxproj.filters b/examples/filtering_video/filtering_video.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/filtering_video/filtering_video.vcxproj.filters rename to examples/filtering_video/filtering_video.vcxproj.filters diff --git a/source/ffmpeg-cpp/filtering_video/filtering_video.vcxproj.user b/examples/filtering_video/filtering_video.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/filtering_video/filtering_video.vcxproj.user rename to examples/filtering_video/filtering_video.vcxproj.user diff --git a/source/ffmpeg-cpp/print_info/print_info.cpp b/examples/print_info/print_info.cpp similarity index 100% rename from source/ffmpeg-cpp/print_info/print_info.cpp rename to examples/print_info/print_info.cpp diff --git a/source/ffmpeg-cpp/print_info/print_info.vcxproj b/examples/print_info/print_info.vcxproj similarity index 100% rename from source/ffmpeg-cpp/print_info/print_info.vcxproj rename to examples/print_info/print_info.vcxproj diff --git a/source/ffmpeg-cpp/print_info/print_info.vcxproj.filters b/examples/print_info/print_info.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/print_info/print_info.vcxproj.filters rename to examples/print_info/print_info.vcxproj.filters diff --git a/source/ffmpeg-cpp/print_info/print_info.vcxproj.user b/examples/print_info/print_info.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/print_info/print_info.vcxproj.user rename to examples/print_info/print_info.vcxproj.user diff --git a/source/ffmpeg-cpp/remuxing/remuxing.cpp b/examples/remuxing/remuxing.cpp similarity index 100% rename from source/ffmpeg-cpp/remuxing/remuxing.cpp rename to examples/remuxing/remuxing.cpp diff --git a/source/ffmpeg-cpp/remuxing/remuxing.vcxproj b/examples/remuxing/remuxing.vcxproj similarity index 100% rename from source/ffmpeg-cpp/remuxing/remuxing.vcxproj rename to examples/remuxing/remuxing.vcxproj diff --git a/source/ffmpeg-cpp/remuxing/remuxing.vcxproj.filters b/examples/remuxing/remuxing.vcxproj.filters similarity index 100% rename from source/ffmpeg-cpp/remuxing/remuxing.vcxproj.filters rename to examples/remuxing/remuxing.vcxproj.filters diff --git a/source/ffmpeg-cpp/remuxing/remuxing.vcxproj.user b/examples/remuxing/remuxing.vcxproj.user similarity index 100% rename from source/ffmpeg-cpp/remuxing/remuxing.vcxproj.user rename to examples/remuxing/remuxing.vcxproj.user diff --git a/samples/DesiJourney.wav b/examples/samples/DesiJourney.wav similarity index 100% rename from samples/DesiJourney.wav rename to examples/samples/DesiJourney.wav diff --git a/samples/Vivaldi_Sonata_eminor_.mp3 b/examples/samples/Vivaldi_Sonata_eminor_.mp3 similarity index 100% rename from samples/Vivaldi_Sonata_eminor_.mp3 rename to examples/samples/Vivaldi_Sonata_eminor_.mp3 diff --git a/samples/Vivaldi_s16le_2_channels_samplerate_11025.dat b/examples/samples/Vivaldi_s16le_2_channels_samplerate_11025.dat similarity index 100% rename from samples/Vivaldi_s16le_2_channels_samplerate_11025.dat rename to examples/samples/Vivaldi_s16le_2_channels_samplerate_11025.dat diff --git a/samples/big_buck_bunny.mp4 b/examples/samples/big_buck_bunny.mp4 similarity index 100% rename from samples/big_buck_bunny.mp4 rename to examples/samples/big_buck_bunny.mp4 diff --git a/samples/bla2.mp4 b/examples/samples/bla.mp4 similarity index 100% rename from samples/bla2.mp4 rename to examples/samples/bla.mp4 diff --git a/samples/bla.wav b/examples/samples/bla.wav similarity index 100% rename from samples/bla.wav rename to examples/samples/bla.wav diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/StreamData.cpp b/examples/samples/bla2.mp4 similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/StreamData.cpp rename to examples/samples/bla2.mp4 diff --git a/samples/carphone.h264 b/examples/samples/carphone.h264 similarity index 100% rename from samples/carphone.h264 rename to examples/samples/carphone.h264 diff --git a/samples/carphone_qcif.y4m b/examples/samples/carphone_qcif.y4m similarity index 100% rename from samples/carphone_qcif.y4m rename to examples/samples/carphone_qcif.y4m diff --git a/ffmpeg/download.ps1 b/ffmpeg/download.ps1 deleted file mode 100644 index ad454c7..0000000 --- a/ffmpeg/download.ps1 +++ /dev/null @@ -1,27 +0,0 @@ -$tempPath = Join-Path -Path $(Get-Location) -ChildPath "tmp" - -New-Item -ItemType Directory -Path $tempPath -Force | Out-Null - -$devZipPath = Join-Path -Path $tempPath -ChildPath "ffmpeg.dev.zip" -$binZipPath = Join-Path -Path $tempPath -ChildPath "ffmpeg.bin.zip" - -(new-object System.Net.WebClient).DownloadFile('https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-20190320-0739d5c-win64-dev.zip', $devZipPath); -Expand-Archive $devZipPath -DestinationPath $tempPath -Force - -(new-object System.Net.WebClient).DownloadFile('https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20190320-0739d5c-win64-shared.zip', $binZipPath); -Expand-Archive $binZipPath -DestinationPath $tempPath -Force - -Remove-Item -Path include -Force -Recurse -ErrorAction Ignore -Remove-Item -Path lib -Force -Recurse -ErrorAction Ignore -Remove-Item -Path bin -Force -Recurse -ErrorAction Ignore - -Get-ChildItem -Path "tmp/ffmpeg-*-win64-dev/lib" | Move-Item -Destination $(Get-Location) -Force -Get-ChildItem -Path "tmp/ffmpeg-*-win64-dev/include" | Move-Item -Destination $(Get-Location) -Force -Get-ChildItem -Path "tmp/ffmpeg-*-win64-shared/bin" | Move-Item -Destination $(Get-Location) -Force - -Remove-Item -Path $tempPath -Force -Recurse -ErrorAction Ignore - - - - - diff --git a/ffmpeg/readme.txt b/ffmpeg/readme.txt deleted file mode 100644 index 445d659..0000000 --- a/ffmpeg/readme.txt +++ /dev/null @@ -1,13 +0,0 @@ -In this folder, you need to put your ffmpeg binaries, library files and includes. - -The structure should be as follows: -/include contains all header files for the ffmpeg project -/lib contains all .lib files -/bin contains all .dll files - -For Windows, you can get the necessary files from: -https://www.ffmpeg.org/download.html - -Download the dev version and extract it into this folder for the lib and include dirs. -Download the shared version for the dlls and extract that one as well. -Make sure that bin, lib and include are present. diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/AudioFormatConverter.h b/include/ffmpeg-cpp/AudioFormatConverter.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/AudioFormatConverter.h rename to include/ffmpeg-cpp/AudioFormatConverter.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/CodecDeducer.h b/include/ffmpeg-cpp/CodecDeducer.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/CodecDeducer.h rename to include/ffmpeg-cpp/CodecDeducer.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/AudioCodec.h b/include/ffmpeg-cpp/Codecs/AudioCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/AudioCodec.h rename to include/ffmpeg-cpp/Codecs/AudioCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/Codec.h b/include/ffmpeg-cpp/Codecs/Codec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/Codec.h rename to include/ffmpeg-cpp/Codecs/Codec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/codecs/H264NVEncCodec.h b/include/ffmpeg-cpp/Codecs/H264NVEncCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/codecs/H264NVEncCodec.h rename to include/ffmpeg-cpp/Codecs/H264NVEncCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/codecs/H265NVEncCodec.h b/include/ffmpeg-cpp/Codecs/H265NVEncCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/codecs/H265NVEncCodec.h rename to include/ffmpeg-cpp/Codecs/H265NVEncCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/JPGCodec.h b/include/ffmpeg-cpp/Codecs/JPGCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/JPGCodec.h rename to include/ffmpeg-cpp/Codecs/JPGCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/PNGCodec.h b/include/ffmpeg-cpp/Codecs/PNGCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/PNGCodec.h rename to include/ffmpeg-cpp/Codecs/PNGCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VP9Codec.h b/include/ffmpeg-cpp/Codecs/VP9Codec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VP9Codec.h rename to include/ffmpeg-cpp/Codecs/VP9Codec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VideoCodec.h b/include/ffmpeg-cpp/Codecs/VideoCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VideoCodec.h rename to include/ffmpeg-cpp/Codecs/VideoCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/ConvertedAudioProcessor.h b/include/ffmpeg-cpp/ConvertedAudioProcessor.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/ConvertedAudioProcessor.h rename to include/ffmpeg-cpp/ConvertedAudioProcessor.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/AudioInputStream.h b/include/ffmpeg-cpp/Demuxing/AudioInputStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/AudioInputStream.h rename to include/ffmpeg-cpp/Demuxing/AudioInputStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/InputStream.h b/include/ffmpeg-cpp/Demuxing/InputStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/InputStream.h rename to include/ffmpeg-cpp/Demuxing/InputStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/StreamData.h b/include/ffmpeg-cpp/Demuxing/StreamData.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/StreamData.h rename to include/ffmpeg-cpp/Demuxing/StreamData.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/VideoInputStream.h b/include/ffmpeg-cpp/Demuxing/VideoInputStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/VideoInputStream.h rename to include/ffmpeg-cpp/Demuxing/VideoInputStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/FFmpegException.h b/include/ffmpeg-cpp/FFmpegException.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/FFmpegException.h rename to include/ffmpeg-cpp/FFmpegException.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioEncoder.h b/include/ffmpeg-cpp/Frame Sinks/AudioEncoder.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioEncoder.h rename to include/ffmpeg-cpp/Frame Sinks/AudioEncoder.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioFilter.h b/include/ffmpeg-cpp/Frame Sinks/AudioFilter.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioFilter.h rename to include/ffmpeg-cpp/Frame Sinks/AudioFilter.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioFrameSink.h b/include/ffmpeg-cpp/Frame Sinks/AudioFrameSink.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioFrameSink.h rename to include/ffmpeg-cpp/Frame Sinks/AudioFrameSink.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/Filter.h b/include/ffmpeg-cpp/Frame Sinks/Filter.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/Filter.h rename to include/ffmpeg-cpp/Frame Sinks/Filter.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameSink.h b/include/ffmpeg-cpp/Frame Sinks/FrameSink.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameSink.h rename to include/ffmpeg-cpp/Frame Sinks/FrameSink.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameSinkStream.h b/include/ffmpeg-cpp/Frame Sinks/FrameSinkStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameSinkStream.h rename to include/ffmpeg-cpp/Frame Sinks/FrameSinkStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameWriter.h b/include/ffmpeg-cpp/Frame Sinks/FrameWriter.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameWriter.h rename to include/ffmpeg-cpp/Frame Sinks/FrameWriter.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.h b/include/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.h rename to include/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoEncoder.h b/include/ffmpeg-cpp/Frame Sinks/VideoEncoder.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoEncoder.h rename to include/ffmpeg-cpp/Frame Sinks/VideoEncoder.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFilterInput.h b/include/ffmpeg-cpp/Frame Sinks/VideoFilterInput.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFilterInput.h rename to include/ffmpeg-cpp/Frame Sinks/VideoFilterInput.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFrameSink.h b/include/ffmpeg-cpp/Frame Sinks/VideoFrameSink.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFrameSink.h rename to include/ffmpeg-cpp/Frame Sinks/VideoFrameSink.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/FrameContainer.h b/include/ffmpeg-cpp/FrameContainer.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/FrameContainer.h rename to include/ffmpeg-cpp/FrameContainer.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Info/AudioStreamInfo.h b/include/ffmpeg-cpp/Info/AudioStreamInfo.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Info/AudioStreamInfo.h rename to include/ffmpeg-cpp/Info/AudioStreamInfo.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Info/ContainerInfo.h b/include/ffmpeg-cpp/Info/ContainerInfo.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Info/ContainerInfo.h rename to include/ffmpeg-cpp/Info/ContainerInfo.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Info/VideoStreamInfo.h b/include/ffmpeg-cpp/Info/VideoStreamInfo.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Info/VideoStreamInfo.h rename to include/ffmpeg-cpp/Info/VideoStreamInfo.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/AudioOutputStream.h b/include/ffmpeg-cpp/Muxing/AudioOutputStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/AudioOutputStream.h rename to include/ffmpeg-cpp/Muxing/AudioOutputStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/Muxer.h b/include/ffmpeg-cpp/Muxing/Muxer.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/Muxer.h rename to include/ffmpeg-cpp/Muxing/Muxer.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/OutputStream.h b/include/ffmpeg-cpp/Muxing/OutputStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/OutputStream.h rename to include/ffmpeg-cpp/Muxing/OutputStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/VideoOutputStream.h b/include/ffmpeg-cpp/Muxing/VideoOutputStream.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/VideoOutputStream.h rename to include/ffmpeg-cpp/Muxing/VideoOutputStream.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/OpenCodec.h b/include/ffmpeg-cpp/OpenCodec.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/OpenCodec.h rename to include/ffmpeg-cpp/OpenCodec.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/Demuxer.h b/include/ffmpeg-cpp/Sources/Demuxer.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/Demuxer.h rename to include/ffmpeg-cpp/Sources/Demuxer.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/EncodedFileSource.h b/include/ffmpeg-cpp/Sources/EncodedFileSource.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/EncodedFileSource.h rename to include/ffmpeg-cpp/Sources/EncodedFileSource.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/InputSource.h b/include/ffmpeg-cpp/Sources/InputSource.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/InputSource.h rename to include/ffmpeg-cpp/Sources/InputSource.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioDataSource.h b/include/ffmpeg-cpp/Sources/RawAudioDataSource.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioDataSource.h rename to include/ffmpeg-cpp/Sources/RawAudioDataSource.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioFileSource.h b/include/ffmpeg-cpp/Sources/RawAudioFileSource.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioFileSource.h rename to include/ffmpeg-cpp/Sources/RawAudioFileSource.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoDataSource.h b/include/ffmpeg-cpp/Sources/RawVideoDataSource.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoDataSource.h rename to include/ffmpeg-cpp/Sources/RawVideoDataSource.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoFileSource.h b/include/ffmpeg-cpp/Sources/RawVideoFileSource.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoFileSource.h rename to include/ffmpeg-cpp/Sources/RawVideoFileSource.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/VideoFormatConverter.h b/include/ffmpeg-cpp/VideoFormatConverter.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/VideoFormatConverter.h rename to include/ffmpeg-cpp/VideoFormatConverter.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg.h b/include/ffmpeg-cpp/ffmpeg.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg.h rename to include/ffmpeg-cpp/ffmpeg.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpegcpp.h b/include/ffmpeg-cpp/ffmpegcpp.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/ffmpegcpp.h rename to include/ffmpeg-cpp/ffmpegcpp.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/std.h b/include/ffmpeg-cpp/std.h similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/std.h rename to include/ffmpeg-cpp/std.h diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/AudioFormatConverter.cpp b/source/AudioFormatConverter.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/AudioFormatConverter.cpp rename to source/AudioFormatConverter.cpp diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt new file mode 100644 index 0000000..a15945b --- /dev/null +++ b/source/CMakeLists.txt @@ -0,0 +1,36 @@ + +set(_include_dir "${PROJECT_SOURCE_DIR}/include/ffmpeg-cpp") +file(GLOB_RECURSE _headers + "${_include_dir}/*.h" +) + +# Get all of the sources from subdirectories +file(GLOB _src_codecs + "${CMAKE_CURRENT_SOURCE_DIR}/Codecs/*.cpp" +) +file(GLOB _src_demux + "${CMAKE_CURRENT_SOURCE_DIR}/Demuxing/*.cpp" +) +file(GLOB _src_mux + "${CMAKE_CURRENT_SOURCE_DIR}/Muxing/*.cpp" +) +file(GLOB _src_framesinks + "${CMAKE_CURRENT_SOURCE_DIR}/Frame Sinks/*.cpp" +) +file(GLOB _src_source + "${CMAKE_CURRENT_SOURCE_DIR}/Sources/*.cpp" +) + +list(APPEND _sources ${_src_source} ${_src_gramesinks} ${_src_mux} ${_src_demux} ${_src_codecs}) + +add_library(ffmpeg-cpp STATIC + ${_headers} + ${_sources} +) + +target_include_directories(ffmpeg-cpp + PUBLIC + + + PRIVATE ${_include_dir} +) diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/CodecDeducer.cpp b/source/CodecDeducer.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/CodecDeducer.cpp rename to source/CodecDeducer.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/AudioCodec.cpp b/source/Codecs/AudioCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/AudioCodec.cpp rename to source/Codecs/AudioCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/Codec.cpp b/source/Codecs/Codec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/Codec.cpp rename to source/Codecs/Codec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/codecs/H264NVEncCodec.cpp b/source/Codecs/H264NVEncCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/codecs/H264NVEncCodec.cpp rename to source/Codecs/H264NVEncCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/codecs/H265NVEncCodec.cpp b/source/Codecs/H265NVEncCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/codecs/H265NVEncCodec.cpp rename to source/Codecs/H265NVEncCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/JPGCodec.cpp b/source/Codecs/JPGCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/JPGCodec.cpp rename to source/Codecs/JPGCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/PNGCodec.cpp b/source/Codecs/PNGCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/PNGCodec.cpp rename to source/Codecs/PNGCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VP9Codec.cpp b/source/Codecs/VP9Codec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VP9Codec.cpp rename to source/Codecs/VP9Codec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VideoCodec.cpp b/source/Codecs/VideoCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Codecs/VideoCodec.cpp rename to source/Codecs/VideoCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/AudioInputStream.cpp b/source/Demuxing/AudioInputStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/AudioInputStream.cpp rename to source/Demuxing/AudioInputStream.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/InputStream.cpp b/source/Demuxing/InputStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/InputStream.cpp rename to source/Demuxing/InputStream.cpp diff --git a/source/Demuxing/StreamData.cpp b/source/Demuxing/StreamData.cpp new file mode 100644 index 0000000..e69de29 diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/VideoInputStream.cpp b/source/Demuxing/VideoInputStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Demuxing/VideoInputStream.cpp rename to source/Demuxing/VideoInputStream.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/FFmpegException.cpp b/source/FFmpegException.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/FFmpegException.cpp rename to source/FFmpegException.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioEncoder.cpp b/source/Frame Sinks/AudioEncoder.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioEncoder.cpp rename to source/Frame Sinks/AudioEncoder.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioFilter.cpp b/source/Frame Sinks/AudioFilter.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/AudioFilter.cpp rename to source/Frame Sinks/AudioFilter.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/Filter.cpp b/source/Frame Sinks/Filter.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/Filter.cpp rename to source/Frame Sinks/Filter.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameSinkStream.cpp b/source/Frame Sinks/FrameSinkStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/FrameSinkStream.cpp rename to source/Frame Sinks/FrameSinkStream.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.cpp b/source/Frame Sinks/OneInputFrameSink.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/OneInputFrameSink.cpp rename to source/Frame Sinks/OneInputFrameSink.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoEncoder.cpp b/source/Frame Sinks/VideoEncoder.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoEncoder.cpp rename to source/Frame Sinks/VideoEncoder.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFilterInput.cpp b/source/Frame Sinks/VideoFilterInput.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Frame Sinks/VideoFilterInput.cpp rename to source/Frame Sinks/VideoFilterInput.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/FrameContainer.cpp b/source/FrameContainer.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/FrameContainer.cpp rename to source/FrameContainer.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/AudioOutputStream.cpp b/source/Muxing/AudioOutputStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/AudioOutputStream.cpp rename to source/Muxing/AudioOutputStream.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/Muxer.cpp b/source/Muxing/Muxer.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/Muxer.cpp rename to source/Muxing/Muxer.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/OutputStream.cpp b/source/Muxing/OutputStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/OutputStream.cpp rename to source/Muxing/OutputStream.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Muxing/VideoOutputStream.cpp b/source/Muxing/VideoOutputStream.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Muxing/VideoOutputStream.cpp rename to source/Muxing/VideoOutputStream.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/OpenCodec.cpp b/source/OpenCodec.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/OpenCodec.cpp rename to source/OpenCodec.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/Demuxer.cpp b/source/Sources/Demuxer.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/Demuxer.cpp rename to source/Sources/Demuxer.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/EncodedFileSource.cpp b/source/Sources/EncodedFileSource.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/EncodedFileSource.cpp rename to source/Sources/EncodedFileSource.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioDataSource.cpp b/source/Sources/RawAudioDataSource.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioDataSource.cpp rename to source/Sources/RawAudioDataSource.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioFileSource.cpp b/source/Sources/RawAudioFileSource.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawAudioFileSource.cpp rename to source/Sources/RawAudioFileSource.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoDataSource.cpp b/source/Sources/RawVideoDataSource.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoDataSource.cpp rename to source/Sources/RawVideoDataSource.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoFileSource.cpp b/source/Sources/RawVideoFileSource.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/Sources/RawVideoFileSource.cpp rename to source/Sources/RawVideoFileSource.cpp diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/VideoFormatConverter.cpp b/source/VideoFormatConverter.cpp similarity index 100% rename from source/ffmpeg-cpp/ffmpeg-cpp/VideoFormatConverter.cpp rename to source/VideoFormatConverter.cpp diff --git a/source/ffmpeg-cpp/FFmpegLibraryLocationProperty.props b/source/ffmpeg-cpp/FFmpegLibraryLocationProperty.props deleted file mode 100644 index b2dffa9..0000000 --- a/source/ffmpeg-cpp/FFmpegLibraryLocationProperty.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - - $(ProjectDir)..\..\..\ffmpeg\ - $(ProjectDir)..\..\..\samples - - - - - - $(FFmpegLibraryDir) - true - - - $(SamplesDir) - true - - - \ No newline at end of file diff --git a/source/ffmpeg-cpp/ffmpeg-cpp.sln b/source/ffmpeg-cpp/ffmpeg-cpp.sln deleted file mode 100644 index b8e31ec..0000000 --- a/source/ffmpeg-cpp/ffmpeg-cpp.sln +++ /dev/null @@ -1,374 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.106 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "demo", "demo\demo.vcxproj", "{D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ffmpeg-cpp", "ffmpeg-cpp\ffmpeg-cpp.vcxproj", "{BABFD64D-9BF1-4328-B977-24BF81800620}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{3B1FE419-D7D2-4406-9C24-5A6F6ED63E73}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decode_audio", "decode_audio\decode_audio.vcxproj", "{C6101E18-D73B-430C-A79C-084E1236EA94}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decode_video", "decode_video\decode_video.vcxproj", "{AAD3AB93-F831-4339-8AAD-DC956B9B9233}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "encode_audio", "encode_audio\encode_audio.vcxproj", "{9D936BE4-46AA-489F-82E7-D2CFEB157FB6}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "encode_video", "encode_video\encode_video.vcxproj", "{597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "remuxing", "remuxing\remuxing.vcxproj", "{B337D322-355B-4348-A2A8-270471BE2C95}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filtering_video", "filtering_video\filtering_video.vcxproj", "{80579A29-8073-46A0-B328-661155E0887B}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "difference", "difference\difference.vcxproj", "{9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "print_info", "print_info\print_info.vcxproj", "{B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}" -EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "filtering_audio", "filtering_audio\filtering_audio.vcxproj", "{220FA552-86EF-4437-867D-AB34F7285F8B}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|x64 = Debug|x64 - Debug|x86 = Debug|x86 - DebugDLL|x64 = DebugDLL|x64 - DebugDLL|x86 = DebugDLL|x86 - DebugDLLStaticDeps|x64 = DebugDLLStaticDeps|x64 - DebugDLLStaticDeps|x86 = DebugDLLStaticDeps|x86 - Release|x64 = Release|x64 - Release|x86 = Release|x86 - ReleaseDLL|x64 = ReleaseDLL|x64 - ReleaseDLL|x86 = ReleaseDLL|x86 - ReleaseDLLStaticDeps|x64 = ReleaseDLLStaticDeps|x64 - ReleaseDLLStaticDeps|x86 = ReleaseDLLStaticDeps|x86 - ReleaseLTO|x64 = ReleaseLTO|x64 - ReleaseLTO|x86 = ReleaseLTO|x86 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Debug|x64.ActiveCfg = Debug|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Debug|x64.Build.0 = Debug|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Debug|x86.ActiveCfg = Debug|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Debug|x86.Build.0 = Debug|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLL|x64.ActiveCfg = Debug|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLL|x64.Build.0 = Debug|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLL|x86.Build.0 = Debug|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Release|x64.ActiveCfg = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Release|x64.Build.0 = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Release|x86.ActiveCfg = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.Release|x86.Build.0 = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLL|x64.Build.0 = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLL|x86.Build.0 = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseLTO|x64.Build.0 = Release|x64 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2}.ReleaseLTO|x86.Build.0 = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Debug|x64.ActiveCfg = Debug|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Debug|x64.Build.0 = Debug|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Debug|x86.ActiveCfg = Debug|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Debug|x86.Build.0 = Debug|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLL|x64.ActiveCfg = Debug|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLL|x64.Build.0 = Debug|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLL|x86.Build.0 = Debug|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Release|x64.ActiveCfg = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Release|x64.Build.0 = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Release|x86.ActiveCfg = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.Release|x86.Build.0 = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLL|x64.Build.0 = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLL|x86.Build.0 = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseLTO|x64.Build.0 = Release|x64 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {BABFD64D-9BF1-4328-B977-24BF81800620}.ReleaseLTO|x86.Build.0 = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Debug|x64.ActiveCfg = Debug|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Debug|x64.Build.0 = Debug|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Debug|x86.ActiveCfg = Debug|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Debug|x86.Build.0 = Debug|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLL|x64.ActiveCfg = Debug|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLL|x64.Build.0 = Debug|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLL|x86.Build.0 = Debug|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Release|x64.ActiveCfg = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Release|x64.Build.0 = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Release|x86.ActiveCfg = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.Release|x86.Build.0 = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLL|x64.Build.0 = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLL|x86.Build.0 = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseLTO|x64.Build.0 = Release|x64 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {C6101E18-D73B-430C-A79C-084E1236EA94}.ReleaseLTO|x86.Build.0 = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Debug|x64.ActiveCfg = Debug|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Debug|x64.Build.0 = Debug|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Debug|x86.ActiveCfg = Debug|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Debug|x86.Build.0 = Debug|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLL|x64.ActiveCfg = Debug|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLL|x64.Build.0 = Debug|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLL|x86.Build.0 = Debug|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Release|x64.ActiveCfg = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Release|x64.Build.0 = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Release|x86.ActiveCfg = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.Release|x86.Build.0 = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLL|x64.Build.0 = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLL|x86.Build.0 = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseLTO|x64.Build.0 = Release|x64 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233}.ReleaseLTO|x86.Build.0 = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Debug|x64.ActiveCfg = Debug|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Debug|x64.Build.0 = Debug|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Debug|x86.ActiveCfg = Debug|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Debug|x86.Build.0 = Debug|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLL|x64.ActiveCfg = Debug|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLL|x64.Build.0 = Debug|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLL|x86.Build.0 = Debug|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Release|x64.ActiveCfg = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Release|x64.Build.0 = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Release|x86.ActiveCfg = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.Release|x86.Build.0 = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLL|x64.Build.0 = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLL|x86.Build.0 = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseLTO|x64.Build.0 = Release|x64 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6}.ReleaseLTO|x86.Build.0 = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Debug|x64.ActiveCfg = Debug|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Debug|x64.Build.0 = Debug|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Debug|x86.ActiveCfg = Debug|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Debug|x86.Build.0 = Debug|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLL|x64.ActiveCfg = Debug|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLL|x64.Build.0 = Debug|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLL|x86.Build.0 = Debug|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Release|x64.ActiveCfg = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Release|x64.Build.0 = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Release|x86.ActiveCfg = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.Release|x86.Build.0 = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLL|x64.Build.0 = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLL|x86.Build.0 = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseLTO|x64.Build.0 = Release|x64 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3}.ReleaseLTO|x86.Build.0 = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.Debug|x64.ActiveCfg = Debug|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.Debug|x64.Build.0 = Debug|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.Debug|x86.ActiveCfg = Debug|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.Debug|x86.Build.0 = Debug|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLL|x64.ActiveCfg = Debug|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLL|x64.Build.0 = Debug|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLL|x86.Build.0 = Debug|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.Release|x64.ActiveCfg = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.Release|x64.Build.0 = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.Release|x86.ActiveCfg = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.Release|x86.Build.0 = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLL|x64.Build.0 = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLL|x86.Build.0 = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseLTO|x64.Build.0 = Release|x64 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {B337D322-355B-4348-A2A8-270471BE2C95}.ReleaseLTO|x86.Build.0 = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.Debug|x64.ActiveCfg = Debug|x64 - {80579A29-8073-46A0-B328-661155E0887B}.Debug|x64.Build.0 = Debug|x64 - {80579A29-8073-46A0-B328-661155E0887B}.Debug|x86.ActiveCfg = Debug|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.Debug|x86.Build.0 = Debug|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLL|x64.ActiveCfg = Debug|x64 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLL|x64.Build.0 = Debug|x64 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLL|x86.Build.0 = Debug|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.Release|x64.ActiveCfg = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.Release|x64.Build.0 = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.Release|x86.ActiveCfg = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.Release|x86.Build.0 = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLL|x64.Build.0 = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLL|x86.Build.0 = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseLTO|x64.Build.0 = Release|x64 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {80579A29-8073-46A0-B328-661155E0887B}.ReleaseLTO|x86.Build.0 = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Debug|x64.ActiveCfg = Debug|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Debug|x64.Build.0 = Debug|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Debug|x86.ActiveCfg = Debug|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Debug|x86.Build.0 = Debug|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLL|x64.ActiveCfg = Debug|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLL|x64.Build.0 = Debug|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLL|x86.Build.0 = Debug|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Release|x64.ActiveCfg = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Release|x64.Build.0 = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Release|x86.ActiveCfg = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.Release|x86.Build.0 = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLL|x64.Build.0 = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLL|x86.Build.0 = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseLTO|x64.Build.0 = Release|x64 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711}.ReleaseLTO|x86.Build.0 = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Debug|x64.ActiveCfg = Debug|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Debug|x64.Build.0 = Debug|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Debug|x86.ActiveCfg = Debug|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Debug|x86.Build.0 = Debug|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLL|x64.ActiveCfg = Debug|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLL|x64.Build.0 = Debug|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLL|x86.Build.0 = Debug|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Release|x64.ActiveCfg = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Release|x64.Build.0 = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Release|x86.ActiveCfg = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.Release|x86.Build.0 = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLL|x64.Build.0 = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLL|x86.Build.0 = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseLTO|x64.Build.0 = Release|x64 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF}.ReleaseLTO|x86.Build.0 = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Debug|x64.ActiveCfg = Debug|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Debug|x64.Build.0 = Debug|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Debug|x86.ActiveCfg = Debug|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Debug|x86.Build.0 = Debug|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLL|x64.ActiveCfg = Debug|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLL|x64.Build.0 = Debug|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLL|x86.ActiveCfg = Debug|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLL|x86.Build.0 = Debug|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLLStaticDeps|x64.ActiveCfg = Debug|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLLStaticDeps|x64.Build.0 = Debug|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLLStaticDeps|x86.ActiveCfg = Debug|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.DebugDLLStaticDeps|x86.Build.0 = Debug|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Release|x64.ActiveCfg = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Release|x64.Build.0 = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Release|x86.ActiveCfg = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.Release|x86.Build.0 = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLL|x64.ActiveCfg = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLL|x64.Build.0 = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLL|x86.ActiveCfg = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLL|x86.Build.0 = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLLStaticDeps|x64.ActiveCfg = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLLStaticDeps|x64.Build.0 = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLLStaticDeps|x86.ActiveCfg = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseDLLStaticDeps|x86.Build.0 = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseLTO|x64.ActiveCfg = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseLTO|x64.Build.0 = Release|x64 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseLTO|x86.ActiveCfg = Release|Win32 - {220FA552-86EF-4437-867D-AB34F7285F8B}.ReleaseLTO|x86.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {C6101E18-D73B-430C-A79C-084E1236EA94} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {AAD3AB93-F831-4339-8AAD-DC956B9B9233} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {B337D322-355B-4348-A2A8-270471BE2C95} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {80579A29-8073-46A0-B328-661155E0887B} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - {220FA552-86EF-4437-867D-AB34F7285F8B} = {3B1FE419-D7D2-4406-9C24-5A6F6ED63E73} - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {1838F09B-B929-4D1E-ABB6-FA2A94F4A4BE} - EndGlobalSection -EndGlobal diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj b/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj deleted file mode 100644 index 9200821..0000000 --- a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj +++ /dev/null @@ -1,283 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {BABFD64D-9BF1-4328-B977-24BF81800620} - Win32Proj - ffmpegcpp - 10.0.17763.0 - - - - StaticLibrary - true - v141 - Unicode - - - StaticLibrary - false - v141 - true - Unicode - - - StaticLibrary - true - v141 - Unicode - false - - - StaticLibrary - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(VC_LibraryPath_x64);$(WindowsSDK_LibraryPath_x64);$(NETFXKitsDir)Lib\um\x64;$(FFmpegLibraryDir)lib - $(ProjectDir)..\..\..\lib\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(VC_LibraryPath_x86);$(WindowsSDK_LibraryPath_x86);$(NETFXKitsDir)Lib\um\x86;$(FFmpegLibraryDir)lib - $(ProjectDir)..\..\..\lib\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\lib\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\lib\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_LIB;%(PreprocessorDefinitions) - true - $(FFmpegLibraryDir)include;$(ProjectDir);%(AdditionalIncludeDirectories) - - - Windows - true - - - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib - - - xcopy $(ProjectDir)*.h $(ProjectDir)..\..\..\include /y /s /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) - true - $(FFmpegLibraryDir)include;$(ProjectDir);%(AdditionalIncludeDirectories) - - - Windows - true - - - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib - - - xcopy $(ProjectDir)*.h $(ProjectDir)..\..\..\include /y /s - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) - true - $(FFmpegLibraryDir)include;$(ProjectDir);%(AdditionalIncludeDirectories) - - - Windows - true - true - true - - - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib - - - xcopy $(ProjectDir)*.h $(ProjectDir)..\..\..\include /y /s - - - - - NotUsing - Level3 - MaxSpeed - true - true - false - NDEBUG;_LIB;%(PreprocessorDefinitions) - true - $(FFmpegLibraryDir)include;$(ProjectDir);%(AdditionalIncludeDirectories) - - - Windows - true - true - true - - - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib - - - xcopy $(ProjectDir)*.h $(ProjectDir)..\..\..\include /y /s - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.filters b/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.filters deleted file mode 100644 index 24652ad..0000000 --- a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.filters +++ /dev/null @@ -1,267 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - Source Files - - - \ No newline at end of file diff --git a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.user b/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.user deleted file mode 100644 index 0b0f24d..0000000 --- a/source/ffmpeg-cpp/ffmpeg-cpp/ffmpeg-cpp.vcxproj.user +++ /dev/null @@ -1,6 +0,0 @@ - - - - true - - \ No newline at end of file From 3cd975c619c51597d8e55abf8f292e2feba1e7cd Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 14:55:45 +0200 Subject: [PATCH 2/8] Gitignore changes --- .gitignore | 12 ++++++------ build/.gitkeep | 0 vendor/ffmpeg/download.ps1 | 27 +++++++++++++++++++++++++++ vendor/ffmpeg/readme.txt | 13 +++++++++++++ 4 files changed, 46 insertions(+), 6 deletions(-) create mode 100644 build/.gitkeep create mode 100644 vendor/ffmpeg/download.ps1 create mode 100644 vendor/ffmpeg/readme.txt diff --git a/.gitignore b/.gitignore index 1f5bc52..52e232b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@  -/build -!/build/.gitkeep +build/**/*.* +!build/.gitkeep -/vendor -!/vendor/ffmpeg/download.ps1 -!/vendor/ffmpeg/readme.* -!/vendor/**/.gitkeep \ No newline at end of file +vendor/**/*.* +!vendor/ffmpeg/download.ps1 +!vendor/ffmpeg/readme.* +!vendor/**/.gitkeep \ No newline at end of file diff --git a/build/.gitkeep b/build/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/vendor/ffmpeg/download.ps1 b/vendor/ffmpeg/download.ps1 new file mode 100644 index 0000000..55ca872 --- /dev/null +++ b/vendor/ffmpeg/download.ps1 @@ -0,0 +1,27 @@ +$tempPath = Join-Path -Path $(Get-Location) -ChildPath "tmp" + +New-Item -ItemType Directory -Path $tempPath -Force | Out-Null + +$devZipPath = Join-Path -Path $tempPath -ChildPath "ffmpeg.dev.zip" +$binZipPath = Join-Path -Path $tempPath -ChildPath "ffmpeg.bin.zip" + +(new-object System.Net.WebClient).DownloadFile('https://ffmpeg.zeranoe.com/builds/win64/dev/ffmpeg-20190320-0739d5c-win64-dev.zip', $devZipPath); +Expand-Archive $devZipPath -DestinationPath $tempPath -Force + +(new-object System.Net.WebClient).DownloadFile('https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-20190320-0739d5c-win64-shared.zip', $binZipPath); +Expand-Archive $binZipPath -DestinationPath $tempPath -Force + +Remove-Item -Path include -Force -Recurse -ErrorAction Ignore +Remove-Item -Path lib -Force -Recurse -ErrorAction Ignore +Remove-Item -Path bin -Force -Recurse -ErrorAction Ignore + +Get-ChildItem -Path "tmp/ffmpeg-*-win64-dev/lib" | Move-Item -Destination $(Get-Location) -Force +Get-ChildItem -Path "tmp/ffmpeg-*-win64-dev/include" | Move-Item -Destination $(Get-Location) -Force +Get-ChildItem -Path "tmp/ffmpeg-*-win64-shared/bin" | Move-Item -Destination $(Get-Location) -Force + +Remove-Item -Path $tempPath -Force -Recurse -ErrorAction Ignore + + + + + diff --git a/vendor/ffmpeg/readme.txt b/vendor/ffmpeg/readme.txt new file mode 100644 index 0000000..445d659 --- /dev/null +++ b/vendor/ffmpeg/readme.txt @@ -0,0 +1,13 @@ +In this folder, you need to put your ffmpeg binaries, library files and includes. + +The structure should be as follows: +/include contains all header files for the ffmpeg project +/lib contains all .lib files +/bin contains all .dll files + +For Windows, you can get the necessary files from: +https://www.ffmpeg.org/download.html + +Download the dev version and extract it into this folder for the lib and include dirs. +Download the shared version for the dlls and extract that one as well. +Make sure that bin, lib and include are present. From a0de9401a33aa4bd34cd954b308f7be36ed7423a Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 16:36:23 +0200 Subject: [PATCH 3/8] Added a way to find ffmpeg --- CMake/FindFFMPEG.cmake | 71 +++++++++++++++++++++++++++++++++ CMakeLists.txt | 2 +- examples/CMakeLists.txt | 2 +- examples/samples/CMakeLists.txt | 5 +++ source/CMakeLists.txt | 6 +++ 5 files changed, 84 insertions(+), 2 deletions(-) create mode 100644 examples/samples/CMakeLists.txt diff --git a/CMake/FindFFMPEG.cmake b/CMake/FindFFMPEG.cmake index e69de29..ceb6d67 100644 --- a/CMake/FindFFMPEG.cmake +++ b/CMake/FindFFMPEG.cmake @@ -0,0 +1,71 @@ +# FindFFMPEG.cmake +# +# + +macro(_ffmpeg_find varname component header) + find_path(${varname}_INCLUDE_DIR + NAMES + "${component}/${header}" + "lib${component}/${header}" + HINTS + "${FFMPEG_DIR}" + "$ENV{FFMPEG_DIR}" + "$ENV{ProgramFiles}" + ) + + if("${${varname}_INCLUDE_DIR}" STREQUAL "${varname}_INCLUDE_DIR-NOTFOUND") + message(WARNING "${component} include directories not found") + set(${varname}_INCLUDE_DIR "") + endif() + + find_library(${varname}_LIBRARY + NAMES + "${component}" + "lib${component}" + HINTS + "${FFMPEG_DIR}" + "$ENV{FFMPEG_DIR}" + "$ENV{ProgramFiles}" + ) + set(${varname}_FOUND ON) + + if("${${varname}_LIBRARY}" STREQUAL "${varname}_LIBRARY-NOTFOUND") + message(WARNING "${component} not found!") + set(${varname}_FOUND OFF) + set(${varname}_LIBRARY "") + endif() + + message(STATUS "${component} ${${varname}_LIBRARY}") + +endmacro(_ffmpeg_find) + + +_ffmpeg_find(FFMPEG_AVFORMAT avformat avformat.h) +_ffmpeg_find(FFMPEG_AVDEVICE avdevice avdevice.h) +_ffmpeg_find(FFMPEG_AVCODEC avcodec avcodec.h) +_ffmpeg_find(FFMPEG_AVUTIL avutil avutil.h) +_ffmpeg_find(FFMPEG_SWSCALE swscale swscale.h) +_ffmpeg_find(FFMPEG_POSTPROC postproc postprocess.h) + +list(APPEND FFMPEG_LIBRARIES + ${FFMPEG_AVFORMAT_LIBRARY} + ${FFMPEG_AVDEVICE_LIBRARY} + ${FFMPEG_AVCODEC_LIBRARY} + ${FFMPEG_AVUTIL_LIBRARY} + ${FFMPEG_SWSCALE_LIBRARY} + ${FFMPEG_POSTPROC_LIBRARY} +) + +list(APPEND FFMPEG_INCLUDE_DIRS + ${FFMPEG_AVFORMAT_INCLUDE_DIR} + ${FFMPEG_AVDEVICE_INCLUDE_DIR} + ${FFMPEG_AVCODEC_INCLUDE_DIR} + ${FFMPEG_AVUTIL_INCLUDE_DIR} + ${FFMPEG_SWSCALE_INCLUDE_DIR} + ${FFMPEG_POSTPROC_INCLUDE_DIR} +) + +include(FindPackageHandleStandardArgs) +find_package_handle_standard_args(FFMPEG + REQUIRED_VARS FFMPEG_LIBRARIES FFMPEG_INCLUDE_DIRS +) \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index e55b636..4501a16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,4 +21,4 @@ set_property(GLOBAL USE_FOLDERS ON) add_subdirectory("source") -add_subdirectory("examples") \ No newline at end of file +#add_subdirectory("examples") \ No newline at end of file diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 85803ae..71b4553 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # Viariable to set examples output directory -set(BIN_DIR "${CMAKE_CURRENT_BINARY_DIR}") +set(EXAMPLES_BIN_DIR "${CMAKE_CURRENT_BINARY_DIR}") add_subdirectory("decode_audio") diff --git a/examples/samples/CMakeLists.txt b/examples/samples/CMakeLists.txt new file mode 100644 index 0000000..449ffcd --- /dev/null +++ b/examples/samples/CMakeLists.txt @@ -0,0 +1,5 @@ +add_custom_target(samples) +add_custom_command( + TARGET samples POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}" "${EXAMPLES_BIN_DIR}" +) \ No newline at end of file diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index a15945b..77b0dfc 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -32,5 +32,11 @@ target_include_directories(ffmpeg-cpp PUBLIC + ${FFMPEG_INCLUDE_DIRS} PRIVATE ${_include_dir} ) + +target_link_libraries(ffmpeg-cpp + PUBLIC + ${FFMPEG_LIBRARIES} +) \ No newline at end of file From 006941c1b77732af9cd2f4f90ba2ed556600be7d Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 19:35:35 +0200 Subject: [PATCH 4/8] Fixed includes --- CMake/FindFFMPEG.cmake | 17 ++++++---- CMakeLists.txt | 5 ++- source/CMakeLists.txt | 43 ++++++++++++------------ source/Codecs/AudioCodec.cpp | 2 +- source/Codecs/Codec.cpp | 2 +- source/Codecs/H264NVEncCodec.cpp | 2 +- source/Codecs/H265NVEncCodec.cpp | 2 +- source/Codecs/JPGCodec.cpp | 2 +- source/Codecs/PNGCodec.cpp | 2 +- source/Codecs/VP9Codec.cpp | 2 +- source/Codecs/VideoCodec.cpp | 2 +- source/Demuxing/AudioInputStream.cpp | 2 +- source/Demuxing/InputStream.cpp | 2 +- source/Demuxing/VideoInputStream.cpp | 2 +- source/Frame Sinks/AudioEncoder.cpp | 2 +- source/Frame Sinks/AudioFilter.cpp | 2 +- source/Frame Sinks/Filter.cpp | 2 +- source/Frame Sinks/FrameSinkStream.cpp | 2 +- source/Frame Sinks/OneInputFrameSink.cpp | 2 +- source/Frame Sinks/VideoEncoder.cpp | 2 +- source/Frame Sinks/VideoFilterInput.cpp | 2 +- source/Muxing/AudioOutputStream.cpp | 2 +- source/Muxing/Muxer.cpp | 4 +-- source/Muxing/OutputStream.cpp | 2 +- source/Muxing/VideoOutputStream.cpp | 2 +- source/Sources/Demuxer.cpp | 2 +- source/Sources/EncodedFileSource.cpp | 2 +- source/Sources/RawAudioDataSource.cpp | 2 +- source/Sources/RawAudioFileSource.cpp | 2 +- source/Sources/RawVideoDataSource.cpp | 2 +- source/Sources/RawVideoFileSource.cpp | 2 +- source/sources.cmake | 42 +++++++++++++++++++++++ 32 files changed, 104 insertions(+), 61 deletions(-) create mode 100644 source/sources.cmake diff --git a/CMake/FindFFMPEG.cmake b/CMake/FindFFMPEG.cmake index ceb6d67..f9ad248 100644 --- a/CMake/FindFFMPEG.cmake +++ b/CMake/FindFFMPEG.cmake @@ -8,9 +8,10 @@ macro(_ffmpeg_find varname component header) "${component}/${header}" "lib${component}/${header}" HINTS - "${FFMPEG_DIR}" - "$ENV{FFMPEG_DIR}" - "$ENV{ProgramFiles}" + "${FFMPEG_DIR}/include" + "$ENV{FFMPEG_DIR}/include" + "$ENV{ProgramFiles}/ffmpeg/include" + "$ENV{ProgramFiles}/FFmpeg/include" ) if("${${varname}_INCLUDE_DIR}" STREQUAL "${varname}_INCLUDE_DIR-NOTFOUND") @@ -23,9 +24,10 @@ macro(_ffmpeg_find varname component header) "${component}" "lib${component}" HINTS - "${FFMPEG_DIR}" - "$ENV{FFMPEG_DIR}" - "$ENV{ProgramFiles}" + "${FFMPEG_DIR}/lib" + "$ENV{FFMPEG_DIR}/lib" + "$ENV{ProgramFiles}/ffmpeg/lib" + "$ENV{ProgramFiles}/FFmpeg/lib" ) set(${varname}_FOUND ON) @@ -33,9 +35,10 @@ macro(_ffmpeg_find varname component header) message(WARNING "${component} not found!") set(${varname}_FOUND OFF) set(${varname}_LIBRARY "") + else() + message(STATUS "Found ${component} - ${${varname}_LIBRARY}") endif() - message(STATUS "${component} ${${varname}_LIBRARY}") endmacro(_ffmpeg_find) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4501a16..d9b90c1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.8) # Don't configure in project root if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}") @@ -17,8 +17,7 @@ endif() find_package(FFMPEG REQUIRED) # Orginize targets by folder structure -set_property(GLOBAL USE_FOLDERS ON) - +set_property(GLOBAL PROPERTY USE_FOLDERS ON) add_subdirectory("source") #add_subdirectory("examples") \ No newline at end of file diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt index 77b0dfc..285024f 100644 --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -1,42 +1,41 @@ + +# Get all header files set(_include_dir "${PROJECT_SOURCE_DIR}/include/ffmpeg-cpp") file(GLOB_RECURSE _headers "${_include_dir}/*.h" ) # Get all of the sources from subdirectories -file(GLOB _src_codecs - "${CMAKE_CURRENT_SOURCE_DIR}/Codecs/*.cpp" -) -file(GLOB _src_demux - "${CMAKE_CURRENT_SOURCE_DIR}/Demuxing/*.cpp" -) -file(GLOB _src_mux - "${CMAKE_CURRENT_SOURCE_DIR}/Muxing/*.cpp" -) -file(GLOB _src_framesinks - "${CMAKE_CURRENT_SOURCE_DIR}/Frame Sinks/*.cpp" -) -file(GLOB _src_source - "${CMAKE_CURRENT_SOURCE_DIR}/Sources/*.cpp" -) +set(_src "") +include("${CMAKE_CURRENT_LIST_DIR}/sources.cmake") + +# Group every source file by folder structure +foreach(_source IN ITEMS ${_src}) + get_filename_component(_source_path "${_source}" PATH) + if(IS_ABSOLUTE ${_source}) + file(RELATIVE_PATH _source_path "${CMAKE_CURRENT_SOURCE_DIR}" "${_source_path}") + endif() + string(REPLACE "/" "\\" _group_path "${_source_path}") + source_group("${_group_path}" FILES "${_source}") +endforeach() -list(APPEND _sources ${_src_source} ${_src_gramesinks} ${_src_mux} ${_src_demux} ${_src_codecs}) add_library(ffmpeg-cpp STATIC ${_headers} - ${_sources} + ${_src} ) target_include_directories(ffmpeg-cpp PUBLIC - - - ${FFMPEG_INCLUDE_DIRS} - PRIVATE ${_include_dir} + $ + $ + ${FFMPEG_INCLUDE_DIRS} + PRIVATE + ${_include_dir} ) target_link_libraries(ffmpeg-cpp PUBLIC - ${FFMPEG_LIBRARIES} + ${FFMPEG_LIBRARIES} ) \ No newline at end of file diff --git a/source/Codecs/AudioCodec.cpp b/source/Codecs/AudioCodec.cpp index 3d18e0c..8e931a6 100644 --- a/source/Codecs/AudioCodec.cpp +++ b/source/Codecs/AudioCodec.cpp @@ -1,4 +1,4 @@ -#include "AudioCodec.h" +#include "Codecs/AudioCodec.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Codecs/Codec.cpp b/source/Codecs/Codec.cpp index 8b44c97..6488b75 100644 --- a/source/Codecs/Codec.cpp +++ b/source/Codecs/Codec.cpp @@ -1,4 +1,4 @@ -#include "Codec.h" +#include "Codecs/Codec.h" #include "FFmpegException.h" #include "CodecDeducer.h" diff --git a/source/Codecs/H264NVEncCodec.cpp b/source/Codecs/H264NVEncCodec.cpp index 424c6b1..fb86719 100644 --- a/source/Codecs/H264NVEncCodec.cpp +++ b/source/Codecs/H264NVEncCodec.cpp @@ -1,4 +1,4 @@ -#include "H264NVEncCodec.h" +#include "Codecs/H264NVEncCodec.h" namespace ffmpegcpp { diff --git a/source/Codecs/H265NVEncCodec.cpp b/source/Codecs/H265NVEncCodec.cpp index 31c55f2..bfc3470 100644 --- a/source/Codecs/H265NVEncCodec.cpp +++ b/source/Codecs/H265NVEncCodec.cpp @@ -1,4 +1,4 @@ -#include "H265NVEncCodec.h" +#include "Codecs/H265NVEncCodec.h" namespace ffmpegcpp { diff --git a/source/Codecs/JPGCodec.cpp b/source/Codecs/JPGCodec.cpp index 6431dd5..f695dc1 100644 --- a/source/Codecs/JPGCodec.cpp +++ b/source/Codecs/JPGCodec.cpp @@ -1,4 +1,4 @@ -#include "JPGCodec.h" +#include "Codecs/JPGCodec.h" namespace ffmpegcpp { diff --git a/source/Codecs/PNGCodec.cpp b/source/Codecs/PNGCodec.cpp index ff0f522..173c2e1 100644 --- a/source/Codecs/PNGCodec.cpp +++ b/source/Codecs/PNGCodec.cpp @@ -1,4 +1,4 @@ -#include "PNGCodec.h" +#include "Codecs/PNGCodec.h" namespace ffmpegcpp { diff --git a/source/Codecs/VP9Codec.cpp b/source/Codecs/VP9Codec.cpp index 1497525..a4e10c9 100644 --- a/source/Codecs/VP9Codec.cpp +++ b/source/Codecs/VP9Codec.cpp @@ -1,4 +1,4 @@ -#include "VP9Codec.h" +#include "Codecs/VP9Codec.h" namespace ffmpegcpp { diff --git a/source/Codecs/VideoCodec.cpp b/source/Codecs/VideoCodec.cpp index c166957..7499261 100644 --- a/source/Codecs/VideoCodec.cpp +++ b/source/Codecs/VideoCodec.cpp @@ -1,4 +1,4 @@ -#include "VideoCodec.h" +#include "Codecs/VideoCodec.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Demuxing/AudioInputStream.cpp b/source/Demuxing/AudioInputStream.cpp index 6f3c5dd..3a5c535 100644 --- a/source/Demuxing/AudioInputStream.cpp +++ b/source/Demuxing/AudioInputStream.cpp @@ -1,4 +1,4 @@ -#include "AudioInputStream.h" +#include "Demuxing/AudioInputStream.h" #include "FFmpegException.h" #include "CodecDeducer.h" diff --git a/source/Demuxing/InputStream.cpp b/source/Demuxing/InputStream.cpp index 41f1378..82cab18 100644 --- a/source/Demuxing/InputStream.cpp +++ b/source/Demuxing/InputStream.cpp @@ -1,4 +1,4 @@ -#include "InputStream.h" +#include "Demuxing/InputStream.h" #include "CodecDeducer.h" #include "FFmpegException.h" diff --git a/source/Demuxing/VideoInputStream.cpp b/source/Demuxing/VideoInputStream.cpp index e4072c7..3cc6ea8 100644 --- a/source/Demuxing/VideoInputStream.cpp +++ b/source/Demuxing/VideoInputStream.cpp @@ -1,4 +1,4 @@ -#include "VideoInputStream.h" +#include "Demuxing/VideoInputStream.h" #include "FFmpegException.h" #include "CodecDeducer.h" diff --git a/source/Frame Sinks/AudioEncoder.cpp b/source/Frame Sinks/AudioEncoder.cpp index 3d5ef05..e7880a1 100644 --- a/source/Frame Sinks/AudioEncoder.cpp +++ b/source/Frame Sinks/AudioEncoder.cpp @@ -1,4 +1,4 @@ -#include "AudioEncoder.h" +#include "Frame Sinks/AudioEncoder.h" #include "Muxing/AudioOutputStream.h" #include "FFmpegException.h" diff --git a/source/Frame Sinks/AudioFilter.cpp b/source/Frame Sinks/AudioFilter.cpp index a515946..cdaac3f 100644 --- a/source/Frame Sinks/AudioFilter.cpp +++ b/source/Frame Sinks/AudioFilter.cpp @@ -1,4 +1,4 @@ -#include "AudioFilter.h" +#include "Frame Sinks/AudioFilter.h" diff --git a/source/Frame Sinks/Filter.cpp b/source/Frame Sinks/Filter.cpp index 8cd74f7..380972d 100644 --- a/source/Frame Sinks/Filter.cpp +++ b/source/Frame Sinks/Filter.cpp @@ -1,4 +1,4 @@ -#include "Filter.h" +#include "Frame Sinks/Filter.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Frame Sinks/FrameSinkStream.cpp b/source/Frame Sinks/FrameSinkStream.cpp index 331bb74..3003e75 100644 --- a/source/Frame Sinks/FrameSinkStream.cpp +++ b/source/Frame Sinks/FrameSinkStream.cpp @@ -1,4 +1,4 @@ -#include "FrameSinkStream.h" +#include "Frame Sinks/FrameSinkStream.h" #include "FFmpegException.h" namespace ffmpegcpp diff --git a/source/Frame Sinks/OneInputFrameSink.cpp b/source/Frame Sinks/OneInputFrameSink.cpp index 5a1fa7b..8857efb 100644 --- a/source/Frame Sinks/OneInputFrameSink.cpp +++ b/source/Frame Sinks/OneInputFrameSink.cpp @@ -1,4 +1,4 @@ -#include "OneInputFrameSink.h" +#include "Frame Sinks/OneInputFrameSink.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Frame Sinks/VideoEncoder.cpp b/source/Frame Sinks/VideoEncoder.cpp index adc8854..0bec415 100644 --- a/source/Frame Sinks/VideoEncoder.cpp +++ b/source/Frame Sinks/VideoEncoder.cpp @@ -1,4 +1,4 @@ -#include "VideoEncoder.h" +#include "Frame Sinks/VideoEncoder.h" #include "FFmpegException.h" #include "Muxing/VideoOutputStream.h" diff --git a/source/Frame Sinks/VideoFilterInput.cpp b/source/Frame Sinks/VideoFilterInput.cpp index 22614d3..7a7c649 100644 --- a/source/Frame Sinks/VideoFilterInput.cpp +++ b/source/Frame Sinks/VideoFilterInput.cpp @@ -1,4 +1,4 @@ -#include "VideoFilterInput.h" +#include "Frame Sinks/VideoFilterInput.h" #include "FFmpegException.h" namespace ffmpegcpp diff --git a/source/Muxing/AudioOutputStream.cpp b/source/Muxing/AudioOutputStream.cpp index b79c564..cdb5e20 100644 --- a/source/Muxing/AudioOutputStream.cpp +++ b/source/Muxing/AudioOutputStream.cpp @@ -1,4 +1,4 @@ -#include "AudioOutputStream.h" +#include "Muxing/AudioOutputStream.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Muxing/Muxer.cpp b/source/Muxing/Muxer.cpp index ad0233a..29ee461 100644 --- a/source/Muxing/Muxer.cpp +++ b/source/Muxing/Muxer.cpp @@ -1,6 +1,6 @@ -#include "Muxer.h" +#include "Muxing/Muxer.h" #include "FFmpegException.h" -#include "OutputStream.h" +#include "Muxing/OutputStream.h" #include diff --git a/source/Muxing/OutputStream.cpp b/source/Muxing/OutputStream.cpp index 8e1bfa9..373fdaf 100644 --- a/source/Muxing/OutputStream.cpp +++ b/source/Muxing/OutputStream.cpp @@ -1,4 +1,4 @@ -#include "OutputStream.h" +#include "Muxing/OutputStream.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Muxing/VideoOutputStream.cpp b/source/Muxing/VideoOutputStream.cpp index 5a555a4..ae86a5b 100644 --- a/source/Muxing/VideoOutputStream.cpp +++ b/source/Muxing/VideoOutputStream.cpp @@ -1,4 +1,4 @@ -#include "VideoOutputStream.h" +#include "Muxing/VideoOutputStream.h" #include "FFmpegException.h" using namespace std; diff --git a/source/Sources/Demuxer.cpp b/source/Sources/Demuxer.cpp index 0d6fdde..9765dbd 100644 --- a/source/Sources/Demuxer.cpp +++ b/source/Sources/Demuxer.cpp @@ -1,4 +1,4 @@ -#include "Demuxer.h" +#include "Sources/Demuxer.h" #include "FFmpegException.h" #include "CodecDeducer.h" diff --git a/source/Sources/EncodedFileSource.cpp b/source/Sources/EncodedFileSource.cpp index 3f3c567..ae5af2b 100644 --- a/source/Sources/EncodedFileSource.cpp +++ b/source/Sources/EncodedFileSource.cpp @@ -1,4 +1,4 @@ -#include "EncodedFileSource.h" +#include "Sources/EncodedFileSource.h" #include "FFmpegException.h" #include "CodecDeducer.h" diff --git a/source/Sources/RawAudioDataSource.cpp b/source/Sources/RawAudioDataSource.cpp index b17c69e..c40b979 100644 --- a/source/Sources/RawAudioDataSource.cpp +++ b/source/Sources/RawAudioDataSource.cpp @@ -1,4 +1,4 @@ -#include "RawAudioDataSource.h" +#include "Sources/RawAudioDataSource.h" #include "FFmpegException.h" namespace ffmpegcpp diff --git a/source/Sources/RawAudioFileSource.cpp b/source/Sources/RawAudioFileSource.cpp index 938460b..e861fc2 100644 --- a/source/Sources/RawAudioFileSource.cpp +++ b/source/Sources/RawAudioFileSource.cpp @@ -1,4 +1,4 @@ -#include "RawAudioFileSource.h" +#include "Sources/RawAudioFileSource.h" #include "FFmpegException.h" #include "std.h" diff --git a/source/Sources/RawVideoDataSource.cpp b/source/Sources/RawVideoDataSource.cpp index e73ae0a..e5fe367 100644 --- a/source/Sources/RawVideoDataSource.cpp +++ b/source/Sources/RawVideoDataSource.cpp @@ -1,4 +1,4 @@ -#include "RawVideoDataSource.h" +#include "Sources/RawVideoDataSource.h" #include "FFmpegException.h" namespace ffmpegcpp diff --git a/source/Sources/RawVideoFileSource.cpp b/source/Sources/RawVideoFileSource.cpp index 95d7e44..a46db3b 100644 --- a/source/Sources/RawVideoFileSource.cpp +++ b/source/Sources/RawVideoFileSource.cpp @@ -1,4 +1,4 @@ -#include "RawVideoFileSource.h" +#include "Sources/RawVideoFileSource.h" #include "FFmpegException.h" #include "std.h" diff --git a/source/sources.cmake b/source/sources.cmake new file mode 100644 index 0000000..d1b58d8 --- /dev/null +++ b/source/sources.cmake @@ -0,0 +1,42 @@ +set(_src + "AudioFormatConverter.cpp" + "CodecDeducer.cpp" + "FFmpegException.cpp" + "FrameContainer.cpp" + "OpenCodec.cpp" + "VideoFormatConverter.cpp" + + "Codecs/AudioCodec.cpp" + "Codecs/Codec.cpp" + "Codecs/H264NVEncCodec.cpp" + "Codecs/H265NVEncCodec.cpp" + "Codecs/JPGCodec.cpp" + "Codecs/PNGCodec.cpp" + "Codecs/VideoCodec.cpp" + "Codecs/VP9Codec.cpp" + + "Demuxing/AudioInputStream.cpp" + "Demuxing/InputStream.cpp" + "Demuxing/StreamData.cpp" + "Demuxing/VideoInputStream.cpp" + + "Muxing/AudioOutputStream.cpp" + "Muxing/Muxer.cpp" + "Muxing/OutputStream.cpp" + "Muxing/VideoOutputStream.cpp" + + "Frame Sinks/AudioEncoder.cpp" + "Frame Sinks/AudioFilter.cpp" + "Frame Sinks/Filter.cpp" + "Frame Sinks/FrameSinkStream.cpp" + "Frame Sinks/OneInputFrameSink.cpp" + "Frame Sinks/VideoEncoder.cpp" + "Frame Sinks/VideoFilterInput.cpp" + + "Sources/Demuxer.cpp" + "Sources/EncodedFileSource.cpp" + "Sources/RawAudioDataSource.cpp" + "Sources/RawAudioFileSource.cpp" + "Sources/RawVideoDataSource.cpp" + "Sources/RawVideoFileSource.cpp" +) \ No newline at end of file From b086bfc2dc48aab051d4d285d73c87698ffb739f Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 20:21:49 +0200 Subject: [PATCH 5/8] Working build system --- CMakeLists.txt | 5 +- build/CMakeFiles/Makefile2 | 669 +++++++++ build/CMakeFiles/Progress/15 | 1 + build/Makefile | 301 +++++ build/examples/Makefile | 133 ++ build/examples/decode_audio/Makefile | 179 +++ build/examples/decode_video/Makefile | 179 +++ build/examples/demo/Makefile | 239 ++++ build/examples/difference/Makefile | 179 +++ build/examples/encode_audio/Makefile | 179 +++ build/examples/encode_video/Makefile | 179 +++ build/examples/filtering_audio/Makefile | 179 +++ build/examples/filtering_video/Makefile | 179 +++ build/examples/print_info/Makefile | 179 +++ build/examples/remuxing/Makefile | 179 +++ build/examples/samples/Makefile | 149 ++ build/source/Makefile | 1199 +++++++++++++++++ examples/CMakeLists.txt | 2 +- examples/decode_audio/CMakeLists.txt | 11 + examples/decode_audio/decode_audio.vcxproj | 199 --- .../decode_audio/decode_audio.vcxproj.filters | 18 - .../decode_audio/decode_audio.vcxproj.user | 19 - examples/decode_video/CMakeLists.txt | 11 + examples/decode_video/decode_video.vcxproj | 200 --- .../decode_video/decode_video.vcxproj.filters | 18 - .../decode_video/decode_video.vcxproj.user | 19 - examples/demo/CMakeLists.txt | 15 + examples/demo/demo.vcxproj | 207 --- examples/demo/demo.vcxproj.filters | 36 - examples/demo/demo.vcxproj.user | 19 - examples/difference/CMakeLists.txt | 11 + examples/difference/difference.vcxproj | 200 --- .../difference/difference.vcxproj.filters | 18 - examples/difference/difference.vcxproj.user | 11 - examples/encode_audio/CMakeLists.txt | 11 + examples/encode_audio/encode_audio.vcxproj | 201 --- .../encode_audio/encode_audio.vcxproj.filters | 18 - .../encode_audio/encode_audio.vcxproj.user | 19 - examples/encode_video/CMakeLists.txt | 11 + examples/encode_video/encode_video.vcxproj | 200 --- .../encode_video/encode_video.vcxproj.filters | 18 - .../encode_video/encode_video.vcxproj.user | 19 - examples/filtering_audio/CMakeLists.txt | 11 + .../filtering_audio/filtering_audio.vcxproj | 200 --- .../filtering_audio.vcxproj.filters | 18 - .../filtering_audio.vcxproj.user | 19 - examples/filtering_video/CMakeLists.txt | 11 + examples/print_info/CMakeLists.txt | 11 + examples/print_info/print_info.vcxproj | 200 --- .../print_info/print_info.vcxproj.filters | 18 - examples/print_info/print_info.vcxproj.user | 19 - examples/remuxing/CMakeLists.txt | 11 + examples/remuxing/remuxing.vcxproj | 200 --- examples/remuxing/remuxing.vcxproj.filters | 18 - examples/remuxing/remuxing.vcxproj.user | 4 - 55 files changed, 4421 insertions(+), 2137 deletions(-) create mode 100644 build/CMakeFiles/Makefile2 create mode 100644 build/CMakeFiles/Progress/15 create mode 100644 build/Makefile create mode 100644 build/examples/Makefile create mode 100644 build/examples/decode_audio/Makefile create mode 100644 build/examples/decode_video/Makefile create mode 100644 build/examples/demo/Makefile create mode 100644 build/examples/difference/Makefile create mode 100644 build/examples/encode_audio/Makefile create mode 100644 build/examples/encode_video/Makefile create mode 100644 build/examples/filtering_audio/Makefile create mode 100644 build/examples/filtering_video/Makefile create mode 100644 build/examples/print_info/Makefile create mode 100644 build/examples/remuxing/Makefile create mode 100644 build/examples/samples/Makefile create mode 100644 build/source/Makefile create mode 100644 examples/decode_audio/CMakeLists.txt delete mode 100644 examples/decode_audio/decode_audio.vcxproj delete mode 100644 examples/decode_audio/decode_audio.vcxproj.filters delete mode 100644 examples/decode_audio/decode_audio.vcxproj.user create mode 100644 examples/decode_video/CMakeLists.txt delete mode 100644 examples/decode_video/decode_video.vcxproj delete mode 100644 examples/decode_video/decode_video.vcxproj.filters delete mode 100644 examples/decode_video/decode_video.vcxproj.user create mode 100644 examples/demo/CMakeLists.txt delete mode 100644 examples/demo/demo.vcxproj delete mode 100644 examples/demo/demo.vcxproj.filters delete mode 100644 examples/demo/demo.vcxproj.user create mode 100644 examples/difference/CMakeLists.txt delete mode 100644 examples/difference/difference.vcxproj delete mode 100644 examples/difference/difference.vcxproj.filters delete mode 100644 examples/difference/difference.vcxproj.user create mode 100644 examples/encode_audio/CMakeLists.txt delete mode 100644 examples/encode_audio/encode_audio.vcxproj delete mode 100644 examples/encode_audio/encode_audio.vcxproj.filters delete mode 100644 examples/encode_audio/encode_audio.vcxproj.user create mode 100644 examples/encode_video/CMakeLists.txt delete mode 100644 examples/encode_video/encode_video.vcxproj delete mode 100644 examples/encode_video/encode_video.vcxproj.filters delete mode 100644 examples/encode_video/encode_video.vcxproj.user create mode 100644 examples/filtering_audio/CMakeLists.txt delete mode 100644 examples/filtering_audio/filtering_audio.vcxproj delete mode 100644 examples/filtering_audio/filtering_audio.vcxproj.filters delete mode 100644 examples/filtering_audio/filtering_audio.vcxproj.user create mode 100644 examples/filtering_video/CMakeLists.txt create mode 100644 examples/print_info/CMakeLists.txt delete mode 100644 examples/print_info/print_info.vcxproj delete mode 100644 examples/print_info/print_info.vcxproj.filters delete mode 100644 examples/print_info/print_info.vcxproj.user create mode 100644 examples/remuxing/CMakeLists.txt delete mode 100644 examples/remuxing/remuxing.vcxproj delete mode 100644 examples/remuxing/remuxing.vcxproj.filters delete mode 100644 examples/remuxing/remuxing.vcxproj.user diff --git a/CMakeLists.txt b/CMakeLists.txt index d9b90c1..610e722 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,5 +19,8 @@ find_package(FFMPEG REQUIRED) # Orginize targets by folder structure set_property(GLOBAL PROPERTY USE_FOLDERS ON) +# Set C++ standard +set (CMAKE_CXX_STANDARD 11) + add_subdirectory("source") -#add_subdirectory("examples") \ No newline at end of file +add_subdirectory("examples") \ No newline at end of file diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 new file mode 100644 index 0000000..a40d561 --- /dev/null +++ b/build/CMakeFiles/Makefile2 @@ -0,0 +1,669 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: source/all +all: examples/all + +.PHONY : all + +# The main recursive "clean" target. +clean: source/clean +clean: examples/clean + +.PHONY : clean + +# The main recursive "preinstall" target. +preinstall: source/preinstall +preinstall: examples/preinstall + +.PHONY : preinstall + +#============================================================================= +# Directory level rules for directory source + +# Recursive "all" directory target. +source/all: source/CMakeFiles/ffmpeg-cpp.dir/all + +.PHONY : source/all + +# Recursive "clean" directory target. +source/clean: source/CMakeFiles/ffmpeg-cpp.dir/clean + +.PHONY : source/clean + +# Recursive "preinstall" directory target. +source/preinstall: + +.PHONY : source/preinstall + +#============================================================================= +# Target rules for target source/CMakeFiles/ffmpeg-cpp.dir + +# All Build rule for target. +source/CMakeFiles/ffmpeg-cpp.dir/all: + $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/depend + $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50 "Built target ffmpeg-cpp" +.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/all + +# Build rule for subdir invocation for target. +source/CMakeFiles/ffmpeg-cpp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 36 + $(MAKE) -f CMakeFiles\Makefile2 source/CMakeFiles/ffmpeg-cpp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/rule + +# Convenience name for target. +ffmpeg-cpp: source/CMakeFiles/ffmpeg-cpp.dir/rule + +.PHONY : ffmpeg-cpp + +# clean rule for target. +source/CMakeFiles/ffmpeg-cpp.dir/clean: + $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/clean +.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/clean + +#============================================================================= +# Directory level rules for directory examples + +# Recursive "all" directory target. +examples/all: examples/decode_audio/all +examples/all: examples/decode_video/all +examples/all: examples/demo/all +examples/all: examples/difference/all +examples/all: examples/encode_audio/all +examples/all: examples/encode_video/all +examples/all: examples/filtering_audio/all +examples/all: examples/filtering_video/all +examples/all: examples/print_info/all +examples/all: examples/remuxing/all +examples/all: examples/samples/all + +.PHONY : examples/all + +# Recursive "clean" directory target. +examples/clean: examples/decode_audio/clean +examples/clean: examples/decode_video/clean +examples/clean: examples/demo/clean +examples/clean: examples/difference/clean +examples/clean: examples/encode_audio/clean +examples/clean: examples/encode_video/clean +examples/clean: examples/filtering_audio/clean +examples/clean: examples/filtering_video/clean +examples/clean: examples/print_info/clean +examples/clean: examples/remuxing/clean +examples/clean: examples/samples/clean + +.PHONY : examples/clean + +# Recursive "preinstall" directory target. +examples/preinstall: examples/decode_audio/preinstall +examples/preinstall: examples/decode_video/preinstall +examples/preinstall: examples/demo/preinstall +examples/preinstall: examples/difference/preinstall +examples/preinstall: examples/encode_audio/preinstall +examples/preinstall: examples/encode_video/preinstall +examples/preinstall: examples/filtering_audio/preinstall +examples/preinstall: examples/filtering_video/preinstall +examples/preinstall: examples/print_info/preinstall +examples/preinstall: examples/remuxing/preinstall +examples/preinstall: examples/samples/preinstall + +.PHONY : examples/preinstall + +#============================================================================= +# Directory level rules for directory examples/decode_audio + +# Recursive "all" directory target. +examples/decode_audio/all: examples/decode_audio/CMakeFiles/decode_audio.dir/all + +.PHONY : examples/decode_audio/all + +# Recursive "clean" directory target. +examples/decode_audio/clean: examples/decode_audio/CMakeFiles/decode_audio.dir/clean + +.PHONY : examples/decode_audio/clean + +# Recursive "preinstall" directory target. +examples/decode_audio/preinstall: + +.PHONY : examples/decode_audio/preinstall + +#============================================================================= +# Target rules for target examples/decode_audio/CMakeFiles/decode_audio.dir + +# All Build rule for target. +examples/decode_audio/CMakeFiles/decode_audio.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/depend + $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=1,2 "Built target decode_audio" +.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/all + +# Build rule for subdir invocation for target. +examples/decode_audio/CMakeFiles/decode_audio.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/CMakeFiles/decode_audio.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/rule + +# Convenience name for target. +decode_audio: examples/decode_audio/CMakeFiles/decode_audio.dir/rule + +.PHONY : decode_audio + +# clean rule for target. +examples/decode_audio/CMakeFiles/decode_audio.dir/clean: + $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/clean +.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/clean + +#============================================================================= +# Directory level rules for directory examples/decode_video + +# Recursive "all" directory target. +examples/decode_video/all: examples/decode_video/CMakeFiles/decode_video.dir/all + +.PHONY : examples/decode_video/all + +# Recursive "clean" directory target. +examples/decode_video/clean: examples/decode_video/CMakeFiles/decode_video.dir/clean + +.PHONY : examples/decode_video/clean + +# Recursive "preinstall" directory target. +examples/decode_video/preinstall: + +.PHONY : examples/decode_video/preinstall + +#============================================================================= +# Target rules for target examples/decode_video/CMakeFiles/decode_video.dir + +# All Build rule for target. +examples/decode_video/CMakeFiles/decode_video.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/depend + $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=3,4 "Built target decode_video" +.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/all + +# Build rule for subdir invocation for target. +examples/decode_video/CMakeFiles/decode_video.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/CMakeFiles/decode_video.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/rule + +# Convenience name for target. +decode_video: examples/decode_video/CMakeFiles/decode_video.dir/rule + +.PHONY : decode_video + +# clean rule for target. +examples/decode_video/CMakeFiles/decode_video.dir/clean: + $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/clean +.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/clean + +#============================================================================= +# Directory level rules for directory examples/demo + +# Recursive "all" directory target. +examples/demo/all: examples/demo/CMakeFiles/demo.dir/all + +.PHONY : examples/demo/all + +# Recursive "clean" directory target. +examples/demo/clean: examples/demo/CMakeFiles/demo.dir/clean + +.PHONY : examples/demo/clean + +# Recursive "preinstall" directory target. +examples/demo/preinstall: + +.PHONY : examples/demo/preinstall + +#============================================================================= +# Target rules for target examples/demo/CMakeFiles/demo.dir + +# All Build rule for target. +examples/demo/CMakeFiles/demo.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/depend + $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=5,6,7,8 "Built target demo" +.PHONY : examples/demo/CMakeFiles/demo.dir/all + +# Build rule for subdir invocation for target. +examples/demo/CMakeFiles/demo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 40 + $(MAKE) -f CMakeFiles\Makefile2 examples/demo/CMakeFiles/demo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/demo/CMakeFiles/demo.dir/rule + +# Convenience name for target. +demo: examples/demo/CMakeFiles/demo.dir/rule + +.PHONY : demo + +# clean rule for target. +examples/demo/CMakeFiles/demo.dir/clean: + $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/clean +.PHONY : examples/demo/CMakeFiles/demo.dir/clean + +#============================================================================= +# Directory level rules for directory examples/difference + +# Recursive "all" directory target. +examples/difference/all: examples/difference/CMakeFiles/difference.dir/all + +.PHONY : examples/difference/all + +# Recursive "clean" directory target. +examples/difference/clean: examples/difference/CMakeFiles/difference.dir/clean + +.PHONY : examples/difference/clean + +# Recursive "preinstall" directory target. +examples/difference/preinstall: + +.PHONY : examples/difference/preinstall + +#============================================================================= +# Target rules for target examples/difference/CMakeFiles/difference.dir + +# All Build rule for target. +examples/difference/CMakeFiles/difference.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/depend + $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=9,10 "Built target difference" +.PHONY : examples/difference/CMakeFiles/difference.dir/all + +# Build rule for subdir invocation for target. +examples/difference/CMakeFiles/difference.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/difference/CMakeFiles/difference.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/difference/CMakeFiles/difference.dir/rule + +# Convenience name for target. +difference: examples/difference/CMakeFiles/difference.dir/rule + +.PHONY : difference + +# clean rule for target. +examples/difference/CMakeFiles/difference.dir/clean: + $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/clean +.PHONY : examples/difference/CMakeFiles/difference.dir/clean + +#============================================================================= +# Directory level rules for directory examples/encode_audio + +# Recursive "all" directory target. +examples/encode_audio/all: examples/encode_audio/CMakeFiles/encode_audio.dir/all + +.PHONY : examples/encode_audio/all + +# Recursive "clean" directory target. +examples/encode_audio/clean: examples/encode_audio/CMakeFiles/encode_audio.dir/clean + +.PHONY : examples/encode_audio/clean + +# Recursive "preinstall" directory target. +examples/encode_audio/preinstall: + +.PHONY : examples/encode_audio/preinstall + +#============================================================================= +# Target rules for target examples/encode_audio/CMakeFiles/encode_audio.dir + +# All Build rule for target. +examples/encode_audio/CMakeFiles/encode_audio.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/depend + $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=11,12 "Built target encode_audio" +.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/all + +# Build rule for subdir invocation for target. +examples/encode_audio/CMakeFiles/encode_audio.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/CMakeFiles/encode_audio.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/rule + +# Convenience name for target. +encode_audio: examples/encode_audio/CMakeFiles/encode_audio.dir/rule + +.PHONY : encode_audio + +# clean rule for target. +examples/encode_audio/CMakeFiles/encode_audio.dir/clean: + $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/clean +.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/clean + +#============================================================================= +# Directory level rules for directory examples/encode_video + +# Recursive "all" directory target. +examples/encode_video/all: examples/encode_video/CMakeFiles/encode_video.dir/all + +.PHONY : examples/encode_video/all + +# Recursive "clean" directory target. +examples/encode_video/clean: examples/encode_video/CMakeFiles/encode_video.dir/clean + +.PHONY : examples/encode_video/clean + +# Recursive "preinstall" directory target. +examples/encode_video/preinstall: + +.PHONY : examples/encode_video/preinstall + +#============================================================================= +# Target rules for target examples/encode_video/CMakeFiles/encode_video.dir + +# All Build rule for target. +examples/encode_video/CMakeFiles/encode_video.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/depend + $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=13,14 "Built target encode_video" +.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/all + +# Build rule for subdir invocation for target. +examples/encode_video/CMakeFiles/encode_video.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/CMakeFiles/encode_video.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/rule + +# Convenience name for target. +encode_video: examples/encode_video/CMakeFiles/encode_video.dir/rule + +.PHONY : encode_video + +# clean rule for target. +examples/encode_video/CMakeFiles/encode_video.dir/clean: + $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/clean +.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/clean + +#============================================================================= +# Directory level rules for directory examples/filtering_audio + +# Recursive "all" directory target. +examples/filtering_audio/all: examples/filtering_audio/CMakeFiles/filtering_audio.dir/all + +.PHONY : examples/filtering_audio/all + +# Recursive "clean" directory target. +examples/filtering_audio/clean: examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean + +.PHONY : examples/filtering_audio/clean + +# Recursive "preinstall" directory target. +examples/filtering_audio/preinstall: + +.PHONY : examples/filtering_audio/preinstall + +#============================================================================= +# Target rules for target examples/filtering_audio/CMakeFiles/filtering_audio.dir + +# All Build rule for target. +examples/filtering_audio/CMakeFiles/filtering_audio.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/depend + $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=51,52 "Built target filtering_audio" +.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/all + +# Build rule for subdir invocation for target. +examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/CMakeFiles/filtering_audio.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule + +# Convenience name for target. +filtering_audio: examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule + +.PHONY : filtering_audio + +# clean rule for target. +examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean: + $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean +.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean + +#============================================================================= +# Directory level rules for directory examples/filtering_video + +# Recursive "all" directory target. +examples/filtering_video/all: examples/filtering_video/CMakeFiles/filtering_video.dir/all + +.PHONY : examples/filtering_video/all + +# Recursive "clean" directory target. +examples/filtering_video/clean: examples/filtering_video/CMakeFiles/filtering_video.dir/clean + +.PHONY : examples/filtering_video/clean + +# Recursive "preinstall" directory target. +examples/filtering_video/preinstall: + +.PHONY : examples/filtering_video/preinstall + +#============================================================================= +# Target rules for target examples/filtering_video/CMakeFiles/filtering_video.dir + +# All Build rule for target. +examples/filtering_video/CMakeFiles/filtering_video.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/depend + $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=53,54 "Built target filtering_video" +.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/all + +# Build rule for subdir invocation for target. +examples/filtering_video/CMakeFiles/filtering_video.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/CMakeFiles/filtering_video.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/rule + +# Convenience name for target. +filtering_video: examples/filtering_video/CMakeFiles/filtering_video.dir/rule + +.PHONY : filtering_video + +# clean rule for target. +examples/filtering_video/CMakeFiles/filtering_video.dir/clean: + $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/clean +.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/clean + +#============================================================================= +# Directory level rules for directory examples/print_info + +# Recursive "all" directory target. +examples/print_info/all: examples/print_info/CMakeFiles/print_info.dir/all + +.PHONY : examples/print_info/all + +# Recursive "clean" directory target. +examples/print_info/clean: examples/print_info/CMakeFiles/print_info.dir/clean + +.PHONY : examples/print_info/clean + +# Recursive "preinstall" directory target. +examples/print_info/preinstall: + +.PHONY : examples/print_info/preinstall + +#============================================================================= +# Target rules for target examples/print_info/CMakeFiles/print_info.dir + +# All Build rule for target. +examples/print_info/CMakeFiles/print_info.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/depend + $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=55,56 "Built target print_info" +.PHONY : examples/print_info/CMakeFiles/print_info.dir/all + +# Build rule for subdir invocation for target. +examples/print_info/CMakeFiles/print_info.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/CMakeFiles/print_info.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/print_info/CMakeFiles/print_info.dir/rule + +# Convenience name for target. +print_info: examples/print_info/CMakeFiles/print_info.dir/rule + +.PHONY : print_info + +# clean rule for target. +examples/print_info/CMakeFiles/print_info.dir/clean: + $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/clean +.PHONY : examples/print_info/CMakeFiles/print_info.dir/clean + +#============================================================================= +# Directory level rules for directory examples/remuxing + +# Recursive "all" directory target. +examples/remuxing/all: examples/remuxing/CMakeFiles/remuxing.dir/all + +.PHONY : examples/remuxing/all + +# Recursive "clean" directory target. +examples/remuxing/clean: examples/remuxing/CMakeFiles/remuxing.dir/clean + +.PHONY : examples/remuxing/clean + +# Recursive "preinstall" directory target. +examples/remuxing/preinstall: + +.PHONY : examples/remuxing/preinstall + +#============================================================================= +# Target rules for target examples/remuxing/CMakeFiles/remuxing.dir + +# All Build rule for target. +examples/remuxing/CMakeFiles/remuxing.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all + $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/depend + $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=57,58 "Built target remuxing" +.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/all + +# Build rule for subdir invocation for target. +examples/remuxing/CMakeFiles/remuxing.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 + $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/CMakeFiles/remuxing.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/rule + +# Convenience name for target. +remuxing: examples/remuxing/CMakeFiles/remuxing.dir/rule + +.PHONY : remuxing + +# clean rule for target. +examples/remuxing/CMakeFiles/remuxing.dir/clean: + $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/clean +.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/clean + +#============================================================================= +# Directory level rules for directory examples/samples + +# Recursive "all" directory target. +examples/samples/all: + +.PHONY : examples/samples/all + +# Recursive "clean" directory target. +examples/samples/clean: examples/samples/CMakeFiles/samples.dir/clean + +.PHONY : examples/samples/clean + +# Recursive "preinstall" directory target. +examples/samples/preinstall: + +.PHONY : examples/samples/preinstall + +#============================================================================= +# Target rules for target examples/samples/CMakeFiles/samples.dir + +# All Build rule for target. +examples/samples/CMakeFiles/samples.dir/all: + $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/depend + $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num= "Built target samples" +.PHONY : examples/samples/CMakeFiles/samples.dir/all + +# Build rule for subdir invocation for target. +examples/samples/CMakeFiles/samples.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 + $(MAKE) -f CMakeFiles\Makefile2 examples/samples/CMakeFiles/samples.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : examples/samples/CMakeFiles/samples.dir/rule + +# Convenience name for target. +samples: examples/samples/CMakeFiles/samples.dir/rule + +.PHONY : samples + +# clean rule for target. +examples/samples/CMakeFiles/samples.dir/clean: + $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/clean +.PHONY : examples/samples/CMakeFiles/samples.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/CMakeFiles/Progress/15 b/build/CMakeFiles/Progress/15 new file mode 100644 index 0000000..7b4d68d --- /dev/null +++ b/build/CMakeFiles/Progress/15 @@ -0,0 +1 @@ +empty \ No newline at end of file diff --git a/build/Makefile b/build/Makefile new file mode 100644 index 0000000..8746e77 --- /dev/null +++ b/build/Makefile @@ -0,0 +1,301 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\CMakeFiles\progress.marks + $(MAKE) -f CMakeFiles\Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) -f CMakeFiles\Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) -f CMakeFiles\Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named ffmpeg-cpp + +# Build rule for target. +ffmpeg-cpp: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 ffmpeg-cpp +.PHONY : ffmpeg-cpp + +# fast build rule for target. +ffmpeg-cpp/fast: + $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/build +.PHONY : ffmpeg-cpp/fast + +#============================================================================= +# Target rules for targets named decode_audio + +# Build rule for target. +decode_audio: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 decode_audio +.PHONY : decode_audio + +# fast build rule for target. +decode_audio/fast: + $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/build +.PHONY : decode_audio/fast + +#============================================================================= +# Target rules for targets named decode_video + +# Build rule for target. +decode_video: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 decode_video +.PHONY : decode_video + +# fast build rule for target. +decode_video/fast: + $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/build +.PHONY : decode_video/fast + +#============================================================================= +# Target rules for targets named demo + +# Build rule for target. +demo: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 demo +.PHONY : demo + +# fast build rule for target. +demo/fast: + $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/build +.PHONY : demo/fast + +#============================================================================= +# Target rules for targets named difference + +# Build rule for target. +difference: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 difference +.PHONY : difference + +# fast build rule for target. +difference/fast: + $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/build +.PHONY : difference/fast + +#============================================================================= +# Target rules for targets named encode_audio + +# Build rule for target. +encode_audio: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 encode_audio +.PHONY : encode_audio + +# fast build rule for target. +encode_audio/fast: + $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/build +.PHONY : encode_audio/fast + +#============================================================================= +# Target rules for targets named encode_video + +# Build rule for target. +encode_video: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 encode_video +.PHONY : encode_video + +# fast build rule for target. +encode_video/fast: + $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/build +.PHONY : encode_video/fast + +#============================================================================= +# Target rules for targets named filtering_audio + +# Build rule for target. +filtering_audio: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 filtering_audio +.PHONY : filtering_audio + +# fast build rule for target. +filtering_audio/fast: + $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/build +.PHONY : filtering_audio/fast + +#============================================================================= +# Target rules for targets named filtering_video + +# Build rule for target. +filtering_video: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 filtering_video +.PHONY : filtering_video + +# fast build rule for target. +filtering_video/fast: + $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/build +.PHONY : filtering_video/fast + +#============================================================================= +# Target rules for targets named print_info + +# Build rule for target. +print_info: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 print_info +.PHONY : print_info + +# fast build rule for target. +print_info/fast: + $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/build +.PHONY : print_info/fast + +#============================================================================= +# Target rules for targets named remuxing + +# Build rule for target. +remuxing: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 remuxing +.PHONY : remuxing + +# fast build rule for target. +remuxing/fast: + $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/build +.PHONY : remuxing/fast + +#============================================================================= +# Target rules for targets named samples + +# Build rule for target. +samples: cmake_check_build_system + $(MAKE) -f CMakeFiles\Makefile2 samples +.PHONY : samples + +# fast build rule for target. +samples/fast: + $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/build +.PHONY : samples/fast + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... ffmpeg-cpp + @echo ... decode_audio + @echo ... decode_video + @echo ... demo + @echo ... difference + @echo ... encode_audio + @echo ... encode_video + @echo ... filtering_audio + @echo ... filtering_video + @echo ... print_info + @echo ... remuxing + @echo ... samples +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/Makefile b/build/examples/Makefile new file mode 100644 index 0000000..d0436c0 --- /dev/null +++ b/build/examples/Makefile @@ -0,0 +1,133 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... edit_cache + @echo ... rebuild_cache +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/decode_audio/Makefile b/build/examples/decode_audio/Makefile new file mode 100644 index 0000000..fe39778 --- /dev/null +++ b/build/examples/decode_audio/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\decode_audio\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/decode_audio/CMakeFiles/decode_audio.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/CMakeFiles/decode_audio.dir/rule +.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/rule + +# Convenience name for target. +decode_audio: examples/decode_audio/CMakeFiles/decode_audio.dir/rule + +.PHONY : decode_audio + +# fast build rule for target. +decode_audio/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/build +.PHONY : decode_audio/fast + +decode_audio.obj: decode_audio.cpp.obj + +.PHONY : decode_audio.obj + +# target to build an object file +decode_audio.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/decode_audio.cpp.obj +.PHONY : decode_audio.cpp.obj + +decode_audio.i: decode_audio.cpp.i + +.PHONY : decode_audio.i + +# target to preprocess a source file +decode_audio.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/decode_audio.cpp.i +.PHONY : decode_audio.cpp.i + +decode_audio.s: decode_audio.cpp.s + +.PHONY : decode_audio.s + +# target to generate assembly for a file +decode_audio.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/decode_audio.cpp.s +.PHONY : decode_audio.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... decode_audio + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... decode_audio.obj + @echo ... decode_audio.i + @echo ... decode_audio.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/decode_video/Makefile b/build/examples/decode_video/Makefile new file mode 100644 index 0000000..8de94f7 --- /dev/null +++ b/build/examples/decode_video/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\decode_video\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/decode_video/CMakeFiles/decode_video.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/CMakeFiles/decode_video.dir/rule +.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/rule + +# Convenience name for target. +decode_video: examples/decode_video/CMakeFiles/decode_video.dir/rule + +.PHONY : decode_video + +# fast build rule for target. +decode_video/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/build +.PHONY : decode_video/fast + +decode_video.obj: decode_video.cpp.obj + +.PHONY : decode_video.obj + +# target to build an object file +decode_video.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/decode_video.cpp.obj +.PHONY : decode_video.cpp.obj + +decode_video.i: decode_video.cpp.i + +.PHONY : decode_video.i + +# target to preprocess a source file +decode_video.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/decode_video.cpp.i +.PHONY : decode_video.cpp.i + +decode_video.s: decode_video.cpp.s + +.PHONY : decode_video.s + +# target to generate assembly for a file +decode_video.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/decode_video.cpp.s +.PHONY : decode_video.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... decode_video + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... decode_video.obj + @echo ... decode_video.i + @echo ... decode_video.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/demo/Makefile b/build/examples/demo/Makefile new file mode 100644 index 0000000..a39b3ae --- /dev/null +++ b/build/examples/demo/Makefile @@ -0,0 +1,239 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\demo\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/demo/CMakeFiles/demo.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/CMakeFiles/demo.dir/rule +.PHONY : examples/demo/CMakeFiles/demo.dir/rule + +# Convenience name for target. +demo: examples/demo/CMakeFiles/demo.dir/rule + +.PHONY : demo + +# fast build rule for target. +demo/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/build +.PHONY : demo/fast + +GeneratedAudioSource.obj: GeneratedAudioSource.cpp.obj + +.PHONY : GeneratedAudioSource.obj + +# target to build an object file +GeneratedAudioSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedAudioSource.cpp.obj +.PHONY : GeneratedAudioSource.cpp.obj + +GeneratedAudioSource.i: GeneratedAudioSource.cpp.i + +.PHONY : GeneratedAudioSource.i + +# target to preprocess a source file +GeneratedAudioSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedAudioSource.cpp.i +.PHONY : GeneratedAudioSource.cpp.i + +GeneratedAudioSource.s: GeneratedAudioSource.cpp.s + +.PHONY : GeneratedAudioSource.s + +# target to generate assembly for a file +GeneratedAudioSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedAudioSource.cpp.s +.PHONY : GeneratedAudioSource.cpp.s + +GeneratedVideoSource.obj: GeneratedVideoSource.cpp.obj + +.PHONY : GeneratedVideoSource.obj + +# target to build an object file +GeneratedVideoSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedVideoSource.cpp.obj +.PHONY : GeneratedVideoSource.cpp.obj + +GeneratedVideoSource.i: GeneratedVideoSource.cpp.i + +.PHONY : GeneratedVideoSource.i + +# target to preprocess a source file +GeneratedVideoSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedVideoSource.cpp.i +.PHONY : GeneratedVideoSource.cpp.i + +GeneratedVideoSource.s: GeneratedVideoSource.cpp.s + +.PHONY : GeneratedVideoSource.s + +# target to generate assembly for a file +GeneratedVideoSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedVideoSource.cpp.s +.PHONY : GeneratedVideoSource.cpp.s + +demo.obj: demo.cpp.obj + +.PHONY : demo.obj + +# target to build an object file +demo.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/demo.cpp.obj +.PHONY : demo.cpp.obj + +demo.i: demo.cpp.i + +.PHONY : demo.i + +# target to preprocess a source file +demo.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/demo.cpp.i +.PHONY : demo.cpp.i + +demo.s: demo.cpp.s + +.PHONY : demo.s + +# target to generate assembly for a file +demo.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/demo.cpp.s +.PHONY : demo.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... demo + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... GeneratedAudioSource.obj + @echo ... GeneratedAudioSource.i + @echo ... GeneratedAudioSource.s + @echo ... GeneratedVideoSource.obj + @echo ... GeneratedVideoSource.i + @echo ... GeneratedVideoSource.s + @echo ... demo.obj + @echo ... demo.i + @echo ... demo.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/difference/Makefile b/build/examples/difference/Makefile new file mode 100644 index 0000000..d7cd315 --- /dev/null +++ b/build/examples/difference/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\difference\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/difference/CMakeFiles/difference.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/CMakeFiles/difference.dir/rule +.PHONY : examples/difference/CMakeFiles/difference.dir/rule + +# Convenience name for target. +difference: examples/difference/CMakeFiles/difference.dir/rule + +.PHONY : difference + +# fast build rule for target. +difference/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/build +.PHONY : difference/fast + +difference.obj: difference.cpp.obj + +.PHONY : difference.obj + +# target to build an object file +difference.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/difference.cpp.obj +.PHONY : difference.cpp.obj + +difference.i: difference.cpp.i + +.PHONY : difference.i + +# target to preprocess a source file +difference.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/difference.cpp.i +.PHONY : difference.cpp.i + +difference.s: difference.cpp.s + +.PHONY : difference.s + +# target to generate assembly for a file +difference.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/difference.cpp.s +.PHONY : difference.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... difference + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... difference.obj + @echo ... difference.i + @echo ... difference.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/encode_audio/Makefile b/build/examples/encode_audio/Makefile new file mode 100644 index 0000000..f49bca0 --- /dev/null +++ b/build/examples/encode_audio/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\encode_audio\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/encode_audio/CMakeFiles/encode_audio.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/CMakeFiles/encode_audio.dir/rule +.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/rule + +# Convenience name for target. +encode_audio: examples/encode_audio/CMakeFiles/encode_audio.dir/rule + +.PHONY : encode_audio + +# fast build rule for target. +encode_audio/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/build +.PHONY : encode_audio/fast + +encode_audio.obj: encode_audio.cpp.obj + +.PHONY : encode_audio.obj + +# target to build an object file +encode_audio.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/encode_audio.cpp.obj +.PHONY : encode_audio.cpp.obj + +encode_audio.i: encode_audio.cpp.i + +.PHONY : encode_audio.i + +# target to preprocess a source file +encode_audio.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/encode_audio.cpp.i +.PHONY : encode_audio.cpp.i + +encode_audio.s: encode_audio.cpp.s + +.PHONY : encode_audio.s + +# target to generate assembly for a file +encode_audio.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/encode_audio.cpp.s +.PHONY : encode_audio.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... encode_audio + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... encode_audio.obj + @echo ... encode_audio.i + @echo ... encode_audio.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/encode_video/Makefile b/build/examples/encode_video/Makefile new file mode 100644 index 0000000..cc355b7 --- /dev/null +++ b/build/examples/encode_video/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\encode_video\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/encode_video/CMakeFiles/encode_video.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/CMakeFiles/encode_video.dir/rule +.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/rule + +# Convenience name for target. +encode_video: examples/encode_video/CMakeFiles/encode_video.dir/rule + +.PHONY : encode_video + +# fast build rule for target. +encode_video/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/build +.PHONY : encode_video/fast + +encode_video.obj: encode_video.cpp.obj + +.PHONY : encode_video.obj + +# target to build an object file +encode_video.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/encode_video.cpp.obj +.PHONY : encode_video.cpp.obj + +encode_video.i: encode_video.cpp.i + +.PHONY : encode_video.i + +# target to preprocess a source file +encode_video.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/encode_video.cpp.i +.PHONY : encode_video.cpp.i + +encode_video.s: encode_video.cpp.s + +.PHONY : encode_video.s + +# target to generate assembly for a file +encode_video.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/encode_video.cpp.s +.PHONY : encode_video.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... encode_video + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... encode_video.obj + @echo ... encode_video.i + @echo ... encode_video.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/filtering_audio/Makefile b/build/examples/filtering_audio/Makefile new file mode 100644 index 0000000..aff5b67 --- /dev/null +++ b/build/examples/filtering_audio/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\filtering_audio\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule +.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule + +# Convenience name for target. +filtering_audio: examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule + +.PHONY : filtering_audio + +# fast build rule for target. +filtering_audio/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/build +.PHONY : filtering_audio/fast + +filtering_audio.obj: filtering_audio.cpp.obj + +.PHONY : filtering_audio.obj + +# target to build an object file +filtering_audio.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/filtering_audio.cpp.obj +.PHONY : filtering_audio.cpp.obj + +filtering_audio.i: filtering_audio.cpp.i + +.PHONY : filtering_audio.i + +# target to preprocess a source file +filtering_audio.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/filtering_audio.cpp.i +.PHONY : filtering_audio.cpp.i + +filtering_audio.s: filtering_audio.cpp.s + +.PHONY : filtering_audio.s + +# target to generate assembly for a file +filtering_audio.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/filtering_audio.cpp.s +.PHONY : filtering_audio.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... filtering_audio + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... filtering_audio.obj + @echo ... filtering_audio.i + @echo ... filtering_audio.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/filtering_video/Makefile b/build/examples/filtering_video/Makefile new file mode 100644 index 0000000..1845180 --- /dev/null +++ b/build/examples/filtering_video/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\filtering_video\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/filtering_video/CMakeFiles/filtering_video.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/CMakeFiles/filtering_video.dir/rule +.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/rule + +# Convenience name for target. +filtering_video: examples/filtering_video/CMakeFiles/filtering_video.dir/rule + +.PHONY : filtering_video + +# fast build rule for target. +filtering_video/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/build +.PHONY : filtering_video/fast + +filtering_video.obj: filtering_video.cpp.obj + +.PHONY : filtering_video.obj + +# target to build an object file +filtering_video.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/filtering_video.cpp.obj +.PHONY : filtering_video.cpp.obj + +filtering_video.i: filtering_video.cpp.i + +.PHONY : filtering_video.i + +# target to preprocess a source file +filtering_video.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/filtering_video.cpp.i +.PHONY : filtering_video.cpp.i + +filtering_video.s: filtering_video.cpp.s + +.PHONY : filtering_video.s + +# target to generate assembly for a file +filtering_video.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/filtering_video.cpp.s +.PHONY : filtering_video.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... filtering_video + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... filtering_video.obj + @echo ... filtering_video.i + @echo ... filtering_video.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/print_info/Makefile b/build/examples/print_info/Makefile new file mode 100644 index 0000000..560b0ba --- /dev/null +++ b/build/examples/print_info/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\print_info\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/print_info/CMakeFiles/print_info.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/CMakeFiles/print_info.dir/rule +.PHONY : examples/print_info/CMakeFiles/print_info.dir/rule + +# Convenience name for target. +print_info: examples/print_info/CMakeFiles/print_info.dir/rule + +.PHONY : print_info + +# fast build rule for target. +print_info/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/build +.PHONY : print_info/fast + +print_info.obj: print_info.cpp.obj + +.PHONY : print_info.obj + +# target to build an object file +print_info.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/print_info.cpp.obj +.PHONY : print_info.cpp.obj + +print_info.i: print_info.cpp.i + +.PHONY : print_info.i + +# target to preprocess a source file +print_info.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/print_info.cpp.i +.PHONY : print_info.cpp.i + +print_info.s: print_info.cpp.s + +.PHONY : print_info.s + +# target to generate assembly for a file +print_info.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/print_info.cpp.s +.PHONY : print_info.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... rebuild_cache + @echo ... print_info + @echo ... edit_cache + @echo ... print_info.obj + @echo ... print_info.i + @echo ... print_info.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/remuxing/Makefile b/build/examples/remuxing/Makefile new file mode 100644 index 0000000..5529d54 --- /dev/null +++ b/build/examples/remuxing/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\remuxing\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/remuxing/CMakeFiles/remuxing.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/CMakeFiles/remuxing.dir/rule +.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/rule + +# Convenience name for target. +remuxing: examples/remuxing/CMakeFiles/remuxing.dir/rule + +.PHONY : remuxing + +# fast build rule for target. +remuxing/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/build +.PHONY : remuxing/fast + +remuxing.obj: remuxing.cpp.obj + +.PHONY : remuxing.obj + +# target to build an object file +remuxing.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/remuxing.cpp.obj +.PHONY : remuxing.cpp.obj + +remuxing.i: remuxing.cpp.i + +.PHONY : remuxing.i + +# target to preprocess a source file +remuxing.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/remuxing.cpp.i +.PHONY : remuxing.cpp.i + +remuxing.s: remuxing.cpp.s + +.PHONY : remuxing.s + +# target to generate assembly for a file +remuxing.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/remuxing.cpp.s +.PHONY : remuxing.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... remuxing + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... remuxing.obj + @echo ... remuxing.i + @echo ... remuxing.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/examples/samples/Makefile b/build/examples/samples/Makefile new file mode 100644 index 0000000..88cbf79 --- /dev/null +++ b/build/examples/samples/Makefile @@ -0,0 +1,149 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\samples\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/samples/CMakeFiles/samples.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/CMakeFiles/samples.dir/rule +.PHONY : examples/samples/CMakeFiles/samples.dir/rule + +# Convenience name for target. +samples: examples/samples/CMakeFiles/samples.dir/rule + +.PHONY : samples + +# fast build rule for target. +samples/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/build +.PHONY : samples/fast + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... samples + @echo ... edit_cache + @echo ... rebuild_cache +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/build/source/Makefile b/build/source/Makefile new file mode 100644 index 0000000..4fe451f --- /dev/null +++ b/build/source/Makefile @@ -0,0 +1,1199 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +SHELL = cmd.exe + +# The CMake executable. +CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" + +# The command to remove a file. +RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# The main all target +all: cmake_check_build_system + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\source\CMakeFiles\progress.marks + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/all + $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +source/CMakeFiles/ffmpeg-cpp.dir/rule: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/CMakeFiles/ffmpeg-cpp.dir/rule +.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/rule + +# Convenience name for target. +ffmpeg-cpp: source/CMakeFiles/ffmpeg-cpp.dir/rule + +.PHONY : ffmpeg-cpp + +# fast build rule for target. +ffmpeg-cpp/fast: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/build +.PHONY : ffmpeg-cpp/fast + +AudioFormatConverter.obj: AudioFormatConverter.cpp.obj + +.PHONY : AudioFormatConverter.obj + +# target to build an object file +AudioFormatConverter.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/AudioFormatConverter.cpp.obj +.PHONY : AudioFormatConverter.cpp.obj + +AudioFormatConverter.i: AudioFormatConverter.cpp.i + +.PHONY : AudioFormatConverter.i + +# target to preprocess a source file +AudioFormatConverter.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/AudioFormatConverter.cpp.i +.PHONY : AudioFormatConverter.cpp.i + +AudioFormatConverter.s: AudioFormatConverter.cpp.s + +.PHONY : AudioFormatConverter.s + +# target to generate assembly for a file +AudioFormatConverter.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/AudioFormatConverter.cpp.s +.PHONY : AudioFormatConverter.cpp.s + +CodecDeducer.obj: CodecDeducer.cpp.obj + +.PHONY : CodecDeducer.obj + +# target to build an object file +CodecDeducer.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/CodecDeducer.cpp.obj +.PHONY : CodecDeducer.cpp.obj + +CodecDeducer.i: CodecDeducer.cpp.i + +.PHONY : CodecDeducer.i + +# target to preprocess a source file +CodecDeducer.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/CodecDeducer.cpp.i +.PHONY : CodecDeducer.cpp.i + +CodecDeducer.s: CodecDeducer.cpp.s + +.PHONY : CodecDeducer.s + +# target to generate assembly for a file +CodecDeducer.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/CodecDeducer.cpp.s +.PHONY : CodecDeducer.cpp.s + +Codecs/AudioCodec.obj: Codecs/AudioCodec.cpp.obj + +.PHONY : Codecs/AudioCodec.obj + +# target to build an object file +Codecs/AudioCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/AudioCodec.cpp.obj +.PHONY : Codecs/AudioCodec.cpp.obj + +Codecs/AudioCodec.i: Codecs/AudioCodec.cpp.i + +.PHONY : Codecs/AudioCodec.i + +# target to preprocess a source file +Codecs/AudioCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/AudioCodec.cpp.i +.PHONY : Codecs/AudioCodec.cpp.i + +Codecs/AudioCodec.s: Codecs/AudioCodec.cpp.s + +.PHONY : Codecs/AudioCodec.s + +# target to generate assembly for a file +Codecs/AudioCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/AudioCodec.cpp.s +.PHONY : Codecs/AudioCodec.cpp.s + +Codecs/Codec.obj: Codecs/Codec.cpp.obj + +.PHONY : Codecs/Codec.obj + +# target to build an object file +Codecs/Codec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/Codec.cpp.obj +.PHONY : Codecs/Codec.cpp.obj + +Codecs/Codec.i: Codecs/Codec.cpp.i + +.PHONY : Codecs/Codec.i + +# target to preprocess a source file +Codecs/Codec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/Codec.cpp.i +.PHONY : Codecs/Codec.cpp.i + +Codecs/Codec.s: Codecs/Codec.cpp.s + +.PHONY : Codecs/Codec.s + +# target to generate assembly for a file +Codecs/Codec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/Codec.cpp.s +.PHONY : Codecs/Codec.cpp.s + +Codecs/H264NVEncCodec.obj: Codecs/H264NVEncCodec.cpp.obj + +.PHONY : Codecs/H264NVEncCodec.obj + +# target to build an object file +Codecs/H264NVEncCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H264NVEncCodec.cpp.obj +.PHONY : Codecs/H264NVEncCodec.cpp.obj + +Codecs/H264NVEncCodec.i: Codecs/H264NVEncCodec.cpp.i + +.PHONY : Codecs/H264NVEncCodec.i + +# target to preprocess a source file +Codecs/H264NVEncCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H264NVEncCodec.cpp.i +.PHONY : Codecs/H264NVEncCodec.cpp.i + +Codecs/H264NVEncCodec.s: Codecs/H264NVEncCodec.cpp.s + +.PHONY : Codecs/H264NVEncCodec.s + +# target to generate assembly for a file +Codecs/H264NVEncCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H264NVEncCodec.cpp.s +.PHONY : Codecs/H264NVEncCodec.cpp.s + +Codecs/H265NVEncCodec.obj: Codecs/H265NVEncCodec.cpp.obj + +.PHONY : Codecs/H265NVEncCodec.obj + +# target to build an object file +Codecs/H265NVEncCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H265NVEncCodec.cpp.obj +.PHONY : Codecs/H265NVEncCodec.cpp.obj + +Codecs/H265NVEncCodec.i: Codecs/H265NVEncCodec.cpp.i + +.PHONY : Codecs/H265NVEncCodec.i + +# target to preprocess a source file +Codecs/H265NVEncCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H265NVEncCodec.cpp.i +.PHONY : Codecs/H265NVEncCodec.cpp.i + +Codecs/H265NVEncCodec.s: Codecs/H265NVEncCodec.cpp.s + +.PHONY : Codecs/H265NVEncCodec.s + +# target to generate assembly for a file +Codecs/H265NVEncCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H265NVEncCodec.cpp.s +.PHONY : Codecs/H265NVEncCodec.cpp.s + +Codecs/JPGCodec.obj: Codecs/JPGCodec.cpp.obj + +.PHONY : Codecs/JPGCodec.obj + +# target to build an object file +Codecs/JPGCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/JPGCodec.cpp.obj +.PHONY : Codecs/JPGCodec.cpp.obj + +Codecs/JPGCodec.i: Codecs/JPGCodec.cpp.i + +.PHONY : Codecs/JPGCodec.i + +# target to preprocess a source file +Codecs/JPGCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/JPGCodec.cpp.i +.PHONY : Codecs/JPGCodec.cpp.i + +Codecs/JPGCodec.s: Codecs/JPGCodec.cpp.s + +.PHONY : Codecs/JPGCodec.s + +# target to generate assembly for a file +Codecs/JPGCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/JPGCodec.cpp.s +.PHONY : Codecs/JPGCodec.cpp.s + +Codecs/PNGCodec.obj: Codecs/PNGCodec.cpp.obj + +.PHONY : Codecs/PNGCodec.obj + +# target to build an object file +Codecs/PNGCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/PNGCodec.cpp.obj +.PHONY : Codecs/PNGCodec.cpp.obj + +Codecs/PNGCodec.i: Codecs/PNGCodec.cpp.i + +.PHONY : Codecs/PNGCodec.i + +# target to preprocess a source file +Codecs/PNGCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/PNGCodec.cpp.i +.PHONY : Codecs/PNGCodec.cpp.i + +Codecs/PNGCodec.s: Codecs/PNGCodec.cpp.s + +.PHONY : Codecs/PNGCodec.s + +# target to generate assembly for a file +Codecs/PNGCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/PNGCodec.cpp.s +.PHONY : Codecs/PNGCodec.cpp.s + +Codecs/VP9Codec.obj: Codecs/VP9Codec.cpp.obj + +.PHONY : Codecs/VP9Codec.obj + +# target to build an object file +Codecs/VP9Codec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VP9Codec.cpp.obj +.PHONY : Codecs/VP9Codec.cpp.obj + +Codecs/VP9Codec.i: Codecs/VP9Codec.cpp.i + +.PHONY : Codecs/VP9Codec.i + +# target to preprocess a source file +Codecs/VP9Codec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VP9Codec.cpp.i +.PHONY : Codecs/VP9Codec.cpp.i + +Codecs/VP9Codec.s: Codecs/VP9Codec.cpp.s + +.PHONY : Codecs/VP9Codec.s + +# target to generate assembly for a file +Codecs/VP9Codec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VP9Codec.cpp.s +.PHONY : Codecs/VP9Codec.cpp.s + +Codecs/VideoCodec.obj: Codecs/VideoCodec.cpp.obj + +.PHONY : Codecs/VideoCodec.obj + +# target to build an object file +Codecs/VideoCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VideoCodec.cpp.obj +.PHONY : Codecs/VideoCodec.cpp.obj + +Codecs/VideoCodec.i: Codecs/VideoCodec.cpp.i + +.PHONY : Codecs/VideoCodec.i + +# target to preprocess a source file +Codecs/VideoCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VideoCodec.cpp.i +.PHONY : Codecs/VideoCodec.cpp.i + +Codecs/VideoCodec.s: Codecs/VideoCodec.cpp.s + +.PHONY : Codecs/VideoCodec.s + +# target to generate assembly for a file +Codecs/VideoCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VideoCodec.cpp.s +.PHONY : Codecs/VideoCodec.cpp.s + +Demuxing/AudioInputStream.obj: Demuxing/AudioInputStream.cpp.obj + +.PHONY : Demuxing/AudioInputStream.obj + +# target to build an object file +Demuxing/AudioInputStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/AudioInputStream.cpp.obj +.PHONY : Demuxing/AudioInputStream.cpp.obj + +Demuxing/AudioInputStream.i: Demuxing/AudioInputStream.cpp.i + +.PHONY : Demuxing/AudioInputStream.i + +# target to preprocess a source file +Demuxing/AudioInputStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/AudioInputStream.cpp.i +.PHONY : Demuxing/AudioInputStream.cpp.i + +Demuxing/AudioInputStream.s: Demuxing/AudioInputStream.cpp.s + +.PHONY : Demuxing/AudioInputStream.s + +# target to generate assembly for a file +Demuxing/AudioInputStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/AudioInputStream.cpp.s +.PHONY : Demuxing/AudioInputStream.cpp.s + +Demuxing/InputStream.obj: Demuxing/InputStream.cpp.obj + +.PHONY : Demuxing/InputStream.obj + +# target to build an object file +Demuxing/InputStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/InputStream.cpp.obj +.PHONY : Demuxing/InputStream.cpp.obj + +Demuxing/InputStream.i: Demuxing/InputStream.cpp.i + +.PHONY : Demuxing/InputStream.i + +# target to preprocess a source file +Demuxing/InputStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/InputStream.cpp.i +.PHONY : Demuxing/InputStream.cpp.i + +Demuxing/InputStream.s: Demuxing/InputStream.cpp.s + +.PHONY : Demuxing/InputStream.s + +# target to generate assembly for a file +Demuxing/InputStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/InputStream.cpp.s +.PHONY : Demuxing/InputStream.cpp.s + +Demuxing/StreamData.obj: Demuxing/StreamData.cpp.obj + +.PHONY : Demuxing/StreamData.obj + +# target to build an object file +Demuxing/StreamData.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/StreamData.cpp.obj +.PHONY : Demuxing/StreamData.cpp.obj + +Demuxing/StreamData.i: Demuxing/StreamData.cpp.i + +.PHONY : Demuxing/StreamData.i + +# target to preprocess a source file +Demuxing/StreamData.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/StreamData.cpp.i +.PHONY : Demuxing/StreamData.cpp.i + +Demuxing/StreamData.s: Demuxing/StreamData.cpp.s + +.PHONY : Demuxing/StreamData.s + +# target to generate assembly for a file +Demuxing/StreamData.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/StreamData.cpp.s +.PHONY : Demuxing/StreamData.cpp.s + +Demuxing/VideoInputStream.obj: Demuxing/VideoInputStream.cpp.obj + +.PHONY : Demuxing/VideoInputStream.obj + +# target to build an object file +Demuxing/VideoInputStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/VideoInputStream.cpp.obj +.PHONY : Demuxing/VideoInputStream.cpp.obj + +Demuxing/VideoInputStream.i: Demuxing/VideoInputStream.cpp.i + +.PHONY : Demuxing/VideoInputStream.i + +# target to preprocess a source file +Demuxing/VideoInputStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/VideoInputStream.cpp.i +.PHONY : Demuxing/VideoInputStream.cpp.i + +Demuxing/VideoInputStream.s: Demuxing/VideoInputStream.cpp.s + +.PHONY : Demuxing/VideoInputStream.s + +# target to generate assembly for a file +Demuxing/VideoInputStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/VideoInputStream.cpp.s +.PHONY : Demuxing/VideoInputStream.cpp.s + +FFmpegException.obj: FFmpegException.cpp.obj + +.PHONY : FFmpegException.obj + +# target to build an object file +FFmpegException.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FFmpegException.cpp.obj +.PHONY : FFmpegException.cpp.obj + +FFmpegException.i: FFmpegException.cpp.i + +.PHONY : FFmpegException.i + +# target to preprocess a source file +FFmpegException.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FFmpegException.cpp.i +.PHONY : FFmpegException.cpp.i + +FFmpegException.s: FFmpegException.cpp.s + +.PHONY : FFmpegException.s + +# target to generate assembly for a file +FFmpegException.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FFmpegException.cpp.s +.PHONY : FFmpegException.cpp.s + +FrameContainer.obj: FrameContainer.cpp.obj + +.PHONY : FrameContainer.obj + +# target to build an object file +FrameContainer.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FrameContainer.cpp.obj +.PHONY : FrameContainer.cpp.obj + +FrameContainer.i: FrameContainer.cpp.i + +.PHONY : FrameContainer.i + +# target to preprocess a source file +FrameContainer.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FrameContainer.cpp.i +.PHONY : FrameContainer.cpp.i + +FrameContainer.s: FrameContainer.cpp.s + +.PHONY : FrameContainer.s + +# target to generate assembly for a file +FrameContainer.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FrameContainer.cpp.s +.PHONY : FrameContainer.cpp.s + +Frame_Sinks/AudioEncoder.obj: Frame_Sinks/AudioEncoder.cpp.obj + +.PHONY : Frame_Sinks/AudioEncoder.obj + +# target to build an object file +Frame_Sinks/AudioEncoder.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioEncoder.cpp.obj +.PHONY : Frame_Sinks/AudioEncoder.cpp.obj + +Frame_Sinks/AudioEncoder.i: Frame_Sinks/AudioEncoder.cpp.i + +.PHONY : Frame_Sinks/AudioEncoder.i + +# target to preprocess a source file +Frame_Sinks/AudioEncoder.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioEncoder.cpp.i +.PHONY : Frame_Sinks/AudioEncoder.cpp.i + +Frame_Sinks/AudioEncoder.s: Frame_Sinks/AudioEncoder.cpp.s + +.PHONY : Frame_Sinks/AudioEncoder.s + +# target to generate assembly for a file +Frame_Sinks/AudioEncoder.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioEncoder.cpp.s +.PHONY : Frame_Sinks/AudioEncoder.cpp.s + +Frame_Sinks/AudioFilter.obj: Frame_Sinks/AudioFilter.cpp.obj + +.PHONY : Frame_Sinks/AudioFilter.obj + +# target to build an object file +Frame_Sinks/AudioFilter.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioFilter.cpp.obj +.PHONY : Frame_Sinks/AudioFilter.cpp.obj + +Frame_Sinks/AudioFilter.i: Frame_Sinks/AudioFilter.cpp.i + +.PHONY : Frame_Sinks/AudioFilter.i + +# target to preprocess a source file +Frame_Sinks/AudioFilter.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioFilter.cpp.i +.PHONY : Frame_Sinks/AudioFilter.cpp.i + +Frame_Sinks/AudioFilter.s: Frame_Sinks/AudioFilter.cpp.s + +.PHONY : Frame_Sinks/AudioFilter.s + +# target to generate assembly for a file +Frame_Sinks/AudioFilter.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioFilter.cpp.s +.PHONY : Frame_Sinks/AudioFilter.cpp.s + +Frame_Sinks/Filter.obj: Frame_Sinks/Filter.cpp.obj + +.PHONY : Frame_Sinks/Filter.obj + +# target to build an object file +Frame_Sinks/Filter.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/Filter.cpp.obj +.PHONY : Frame_Sinks/Filter.cpp.obj + +Frame_Sinks/Filter.i: Frame_Sinks/Filter.cpp.i + +.PHONY : Frame_Sinks/Filter.i + +# target to preprocess a source file +Frame_Sinks/Filter.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/Filter.cpp.i +.PHONY : Frame_Sinks/Filter.cpp.i + +Frame_Sinks/Filter.s: Frame_Sinks/Filter.cpp.s + +.PHONY : Frame_Sinks/Filter.s + +# target to generate assembly for a file +Frame_Sinks/Filter.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/Filter.cpp.s +.PHONY : Frame_Sinks/Filter.cpp.s + +Frame_Sinks/FrameSinkStream.obj: Frame_Sinks/FrameSinkStream.cpp.obj + +.PHONY : Frame_Sinks/FrameSinkStream.obj + +# target to build an object file +Frame_Sinks/FrameSinkStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/FrameSinkStream.cpp.obj +.PHONY : Frame_Sinks/FrameSinkStream.cpp.obj + +Frame_Sinks/FrameSinkStream.i: Frame_Sinks/FrameSinkStream.cpp.i + +.PHONY : Frame_Sinks/FrameSinkStream.i + +# target to preprocess a source file +Frame_Sinks/FrameSinkStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/FrameSinkStream.cpp.i +.PHONY : Frame_Sinks/FrameSinkStream.cpp.i + +Frame_Sinks/FrameSinkStream.s: Frame_Sinks/FrameSinkStream.cpp.s + +.PHONY : Frame_Sinks/FrameSinkStream.s + +# target to generate assembly for a file +Frame_Sinks/FrameSinkStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/FrameSinkStream.cpp.s +.PHONY : Frame_Sinks/FrameSinkStream.cpp.s + +Frame_Sinks/OneInputFrameSink.obj: Frame_Sinks/OneInputFrameSink.cpp.obj + +.PHONY : Frame_Sinks/OneInputFrameSink.obj + +# target to build an object file +Frame_Sinks/OneInputFrameSink.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/OneInputFrameSink.cpp.obj +.PHONY : Frame_Sinks/OneInputFrameSink.cpp.obj + +Frame_Sinks/OneInputFrameSink.i: Frame_Sinks/OneInputFrameSink.cpp.i + +.PHONY : Frame_Sinks/OneInputFrameSink.i + +# target to preprocess a source file +Frame_Sinks/OneInputFrameSink.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/OneInputFrameSink.cpp.i +.PHONY : Frame_Sinks/OneInputFrameSink.cpp.i + +Frame_Sinks/OneInputFrameSink.s: Frame_Sinks/OneInputFrameSink.cpp.s + +.PHONY : Frame_Sinks/OneInputFrameSink.s + +# target to generate assembly for a file +Frame_Sinks/OneInputFrameSink.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/OneInputFrameSink.cpp.s +.PHONY : Frame_Sinks/OneInputFrameSink.cpp.s + +Frame_Sinks/VideoEncoder.obj: Frame_Sinks/VideoEncoder.cpp.obj + +.PHONY : Frame_Sinks/VideoEncoder.obj + +# target to build an object file +Frame_Sinks/VideoEncoder.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoEncoder.cpp.obj +.PHONY : Frame_Sinks/VideoEncoder.cpp.obj + +Frame_Sinks/VideoEncoder.i: Frame_Sinks/VideoEncoder.cpp.i + +.PHONY : Frame_Sinks/VideoEncoder.i + +# target to preprocess a source file +Frame_Sinks/VideoEncoder.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoEncoder.cpp.i +.PHONY : Frame_Sinks/VideoEncoder.cpp.i + +Frame_Sinks/VideoEncoder.s: Frame_Sinks/VideoEncoder.cpp.s + +.PHONY : Frame_Sinks/VideoEncoder.s + +# target to generate assembly for a file +Frame_Sinks/VideoEncoder.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoEncoder.cpp.s +.PHONY : Frame_Sinks/VideoEncoder.cpp.s + +Frame_Sinks/VideoFilterInput.obj: Frame_Sinks/VideoFilterInput.cpp.obj + +.PHONY : Frame_Sinks/VideoFilterInput.obj + +# target to build an object file +Frame_Sinks/VideoFilterInput.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoFilterInput.cpp.obj +.PHONY : Frame_Sinks/VideoFilterInput.cpp.obj + +Frame_Sinks/VideoFilterInput.i: Frame_Sinks/VideoFilterInput.cpp.i + +.PHONY : Frame_Sinks/VideoFilterInput.i + +# target to preprocess a source file +Frame_Sinks/VideoFilterInput.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoFilterInput.cpp.i +.PHONY : Frame_Sinks/VideoFilterInput.cpp.i + +Frame_Sinks/VideoFilterInput.s: Frame_Sinks/VideoFilterInput.cpp.s + +.PHONY : Frame_Sinks/VideoFilterInput.s + +# target to generate assembly for a file +Frame_Sinks/VideoFilterInput.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoFilterInput.cpp.s +.PHONY : Frame_Sinks/VideoFilterInput.cpp.s + +Muxing/AudioOutputStream.obj: Muxing/AudioOutputStream.cpp.obj + +.PHONY : Muxing/AudioOutputStream.obj + +# target to build an object file +Muxing/AudioOutputStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/AudioOutputStream.cpp.obj +.PHONY : Muxing/AudioOutputStream.cpp.obj + +Muxing/AudioOutputStream.i: Muxing/AudioOutputStream.cpp.i + +.PHONY : Muxing/AudioOutputStream.i + +# target to preprocess a source file +Muxing/AudioOutputStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/AudioOutputStream.cpp.i +.PHONY : Muxing/AudioOutputStream.cpp.i + +Muxing/AudioOutputStream.s: Muxing/AudioOutputStream.cpp.s + +.PHONY : Muxing/AudioOutputStream.s + +# target to generate assembly for a file +Muxing/AudioOutputStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/AudioOutputStream.cpp.s +.PHONY : Muxing/AudioOutputStream.cpp.s + +Muxing/Muxer.obj: Muxing/Muxer.cpp.obj + +.PHONY : Muxing/Muxer.obj + +# target to build an object file +Muxing/Muxer.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/Muxer.cpp.obj +.PHONY : Muxing/Muxer.cpp.obj + +Muxing/Muxer.i: Muxing/Muxer.cpp.i + +.PHONY : Muxing/Muxer.i + +# target to preprocess a source file +Muxing/Muxer.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/Muxer.cpp.i +.PHONY : Muxing/Muxer.cpp.i + +Muxing/Muxer.s: Muxing/Muxer.cpp.s + +.PHONY : Muxing/Muxer.s + +# target to generate assembly for a file +Muxing/Muxer.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/Muxer.cpp.s +.PHONY : Muxing/Muxer.cpp.s + +Muxing/OutputStream.obj: Muxing/OutputStream.cpp.obj + +.PHONY : Muxing/OutputStream.obj + +# target to build an object file +Muxing/OutputStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/OutputStream.cpp.obj +.PHONY : Muxing/OutputStream.cpp.obj + +Muxing/OutputStream.i: Muxing/OutputStream.cpp.i + +.PHONY : Muxing/OutputStream.i + +# target to preprocess a source file +Muxing/OutputStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/OutputStream.cpp.i +.PHONY : Muxing/OutputStream.cpp.i + +Muxing/OutputStream.s: Muxing/OutputStream.cpp.s + +.PHONY : Muxing/OutputStream.s + +# target to generate assembly for a file +Muxing/OutputStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/OutputStream.cpp.s +.PHONY : Muxing/OutputStream.cpp.s + +Muxing/VideoOutputStream.obj: Muxing/VideoOutputStream.cpp.obj + +.PHONY : Muxing/VideoOutputStream.obj + +# target to build an object file +Muxing/VideoOutputStream.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/VideoOutputStream.cpp.obj +.PHONY : Muxing/VideoOutputStream.cpp.obj + +Muxing/VideoOutputStream.i: Muxing/VideoOutputStream.cpp.i + +.PHONY : Muxing/VideoOutputStream.i + +# target to preprocess a source file +Muxing/VideoOutputStream.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/VideoOutputStream.cpp.i +.PHONY : Muxing/VideoOutputStream.cpp.i + +Muxing/VideoOutputStream.s: Muxing/VideoOutputStream.cpp.s + +.PHONY : Muxing/VideoOutputStream.s + +# target to generate assembly for a file +Muxing/VideoOutputStream.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/VideoOutputStream.cpp.s +.PHONY : Muxing/VideoOutputStream.cpp.s + +OpenCodec.obj: OpenCodec.cpp.obj + +.PHONY : OpenCodec.obj + +# target to build an object file +OpenCodec.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/OpenCodec.cpp.obj +.PHONY : OpenCodec.cpp.obj + +OpenCodec.i: OpenCodec.cpp.i + +.PHONY : OpenCodec.i + +# target to preprocess a source file +OpenCodec.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/OpenCodec.cpp.i +.PHONY : OpenCodec.cpp.i + +OpenCodec.s: OpenCodec.cpp.s + +.PHONY : OpenCodec.s + +# target to generate assembly for a file +OpenCodec.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/OpenCodec.cpp.s +.PHONY : OpenCodec.cpp.s + +Sources/Demuxer.obj: Sources/Demuxer.cpp.obj + +.PHONY : Sources/Demuxer.obj + +# target to build an object file +Sources/Demuxer.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/Demuxer.cpp.obj +.PHONY : Sources/Demuxer.cpp.obj + +Sources/Demuxer.i: Sources/Demuxer.cpp.i + +.PHONY : Sources/Demuxer.i + +# target to preprocess a source file +Sources/Demuxer.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/Demuxer.cpp.i +.PHONY : Sources/Demuxer.cpp.i + +Sources/Demuxer.s: Sources/Demuxer.cpp.s + +.PHONY : Sources/Demuxer.s + +# target to generate assembly for a file +Sources/Demuxer.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/Demuxer.cpp.s +.PHONY : Sources/Demuxer.cpp.s + +Sources/EncodedFileSource.obj: Sources/EncodedFileSource.cpp.obj + +.PHONY : Sources/EncodedFileSource.obj + +# target to build an object file +Sources/EncodedFileSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/EncodedFileSource.cpp.obj +.PHONY : Sources/EncodedFileSource.cpp.obj + +Sources/EncodedFileSource.i: Sources/EncodedFileSource.cpp.i + +.PHONY : Sources/EncodedFileSource.i + +# target to preprocess a source file +Sources/EncodedFileSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/EncodedFileSource.cpp.i +.PHONY : Sources/EncodedFileSource.cpp.i + +Sources/EncodedFileSource.s: Sources/EncodedFileSource.cpp.s + +.PHONY : Sources/EncodedFileSource.s + +# target to generate assembly for a file +Sources/EncodedFileSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/EncodedFileSource.cpp.s +.PHONY : Sources/EncodedFileSource.cpp.s + +Sources/RawAudioDataSource.obj: Sources/RawAudioDataSource.cpp.obj + +.PHONY : Sources/RawAudioDataSource.obj + +# target to build an object file +Sources/RawAudioDataSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioDataSource.cpp.obj +.PHONY : Sources/RawAudioDataSource.cpp.obj + +Sources/RawAudioDataSource.i: Sources/RawAudioDataSource.cpp.i + +.PHONY : Sources/RawAudioDataSource.i + +# target to preprocess a source file +Sources/RawAudioDataSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioDataSource.cpp.i +.PHONY : Sources/RawAudioDataSource.cpp.i + +Sources/RawAudioDataSource.s: Sources/RawAudioDataSource.cpp.s + +.PHONY : Sources/RawAudioDataSource.s + +# target to generate assembly for a file +Sources/RawAudioDataSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioDataSource.cpp.s +.PHONY : Sources/RawAudioDataSource.cpp.s + +Sources/RawAudioFileSource.obj: Sources/RawAudioFileSource.cpp.obj + +.PHONY : Sources/RawAudioFileSource.obj + +# target to build an object file +Sources/RawAudioFileSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioFileSource.cpp.obj +.PHONY : Sources/RawAudioFileSource.cpp.obj + +Sources/RawAudioFileSource.i: Sources/RawAudioFileSource.cpp.i + +.PHONY : Sources/RawAudioFileSource.i + +# target to preprocess a source file +Sources/RawAudioFileSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioFileSource.cpp.i +.PHONY : Sources/RawAudioFileSource.cpp.i + +Sources/RawAudioFileSource.s: Sources/RawAudioFileSource.cpp.s + +.PHONY : Sources/RawAudioFileSource.s + +# target to generate assembly for a file +Sources/RawAudioFileSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioFileSource.cpp.s +.PHONY : Sources/RawAudioFileSource.cpp.s + +Sources/RawVideoDataSource.obj: Sources/RawVideoDataSource.cpp.obj + +.PHONY : Sources/RawVideoDataSource.obj + +# target to build an object file +Sources/RawVideoDataSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoDataSource.cpp.obj +.PHONY : Sources/RawVideoDataSource.cpp.obj + +Sources/RawVideoDataSource.i: Sources/RawVideoDataSource.cpp.i + +.PHONY : Sources/RawVideoDataSource.i + +# target to preprocess a source file +Sources/RawVideoDataSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoDataSource.cpp.i +.PHONY : Sources/RawVideoDataSource.cpp.i + +Sources/RawVideoDataSource.s: Sources/RawVideoDataSource.cpp.s + +.PHONY : Sources/RawVideoDataSource.s + +# target to generate assembly for a file +Sources/RawVideoDataSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoDataSource.cpp.s +.PHONY : Sources/RawVideoDataSource.cpp.s + +Sources/RawVideoFileSource.obj: Sources/RawVideoFileSource.cpp.obj + +.PHONY : Sources/RawVideoFileSource.obj + +# target to build an object file +Sources/RawVideoFileSource.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoFileSource.cpp.obj +.PHONY : Sources/RawVideoFileSource.cpp.obj + +Sources/RawVideoFileSource.i: Sources/RawVideoFileSource.cpp.i + +.PHONY : Sources/RawVideoFileSource.i + +# target to preprocess a source file +Sources/RawVideoFileSource.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoFileSource.cpp.i +.PHONY : Sources/RawVideoFileSource.cpp.i + +Sources/RawVideoFileSource.s: Sources/RawVideoFileSource.cpp.s + +.PHONY : Sources/RawVideoFileSource.s + +# target to generate assembly for a file +Sources/RawVideoFileSource.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoFileSource.cpp.s +.PHONY : Sources/RawVideoFileSource.cpp.s + +VideoFormatConverter.obj: VideoFormatConverter.cpp.obj + +.PHONY : VideoFormatConverter.obj + +# target to build an object file +VideoFormatConverter.cpp.obj: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/VideoFormatConverter.cpp.obj +.PHONY : VideoFormatConverter.cpp.obj + +VideoFormatConverter.i: VideoFormatConverter.cpp.i + +.PHONY : VideoFormatConverter.i + +# target to preprocess a source file +VideoFormatConverter.cpp.i: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/VideoFormatConverter.cpp.i +.PHONY : VideoFormatConverter.cpp.i + +VideoFormatConverter.s: VideoFormatConverter.cpp.s + +.PHONY : VideoFormatConverter.s + +# target to generate assembly for a file +VideoFormatConverter.cpp.s: + cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/VideoFormatConverter.cpp.s +.PHONY : VideoFormatConverter.cpp.s + +# Help Target +help: + @echo The following are some of the valid targets for this Makefile: + @echo ... all (the default if no target is provided) + @echo ... clean + @echo ... depend + @echo ... ffmpeg-cpp + @echo ... edit_cache + @echo ... rebuild_cache + @echo ... AudioFormatConverter.obj + @echo ... AudioFormatConverter.i + @echo ... AudioFormatConverter.s + @echo ... CodecDeducer.obj + @echo ... CodecDeducer.i + @echo ... CodecDeducer.s + @echo ... Codecs/AudioCodec.obj + @echo ... Codecs/AudioCodec.i + @echo ... Codecs/AudioCodec.s + @echo ... Codecs/Codec.obj + @echo ... Codecs/Codec.i + @echo ... Codecs/Codec.s + @echo ... Codecs/H264NVEncCodec.obj + @echo ... Codecs/H264NVEncCodec.i + @echo ... Codecs/H264NVEncCodec.s + @echo ... Codecs/H265NVEncCodec.obj + @echo ... Codecs/H265NVEncCodec.i + @echo ... Codecs/H265NVEncCodec.s + @echo ... Codecs/JPGCodec.obj + @echo ... Codecs/JPGCodec.i + @echo ... Codecs/JPGCodec.s + @echo ... Codecs/PNGCodec.obj + @echo ... Codecs/PNGCodec.i + @echo ... Codecs/PNGCodec.s + @echo ... Codecs/VP9Codec.obj + @echo ... Codecs/VP9Codec.i + @echo ... Codecs/VP9Codec.s + @echo ... Codecs/VideoCodec.obj + @echo ... Codecs/VideoCodec.i + @echo ... Codecs/VideoCodec.s + @echo ... Demuxing/AudioInputStream.obj + @echo ... Demuxing/AudioInputStream.i + @echo ... Demuxing/AudioInputStream.s + @echo ... Demuxing/InputStream.obj + @echo ... Demuxing/InputStream.i + @echo ... Demuxing/InputStream.s + @echo ... Demuxing/StreamData.obj + @echo ... Demuxing/StreamData.i + @echo ... Demuxing/StreamData.s + @echo ... Demuxing/VideoInputStream.obj + @echo ... Demuxing/VideoInputStream.i + @echo ... Demuxing/VideoInputStream.s + @echo ... FFmpegException.obj + @echo ... FFmpegException.i + @echo ... FFmpegException.s + @echo ... FrameContainer.obj + @echo ... FrameContainer.i + @echo ... FrameContainer.s + @echo ... Frame_Sinks/AudioEncoder.obj + @echo ... Frame_Sinks/AudioEncoder.i + @echo ... Frame_Sinks/AudioEncoder.s + @echo ... Frame_Sinks/AudioFilter.obj + @echo ... Frame_Sinks/AudioFilter.i + @echo ... Frame_Sinks/AudioFilter.s + @echo ... Frame_Sinks/Filter.obj + @echo ... Frame_Sinks/Filter.i + @echo ... Frame_Sinks/Filter.s + @echo ... Frame_Sinks/FrameSinkStream.obj + @echo ... Frame_Sinks/FrameSinkStream.i + @echo ... Frame_Sinks/FrameSinkStream.s + @echo ... Frame_Sinks/OneInputFrameSink.obj + @echo ... Frame_Sinks/OneInputFrameSink.i + @echo ... Frame_Sinks/OneInputFrameSink.s + @echo ... Frame_Sinks/VideoEncoder.obj + @echo ... Frame_Sinks/VideoEncoder.i + @echo ... Frame_Sinks/VideoEncoder.s + @echo ... Frame_Sinks/VideoFilterInput.obj + @echo ... Frame_Sinks/VideoFilterInput.i + @echo ... Frame_Sinks/VideoFilterInput.s + @echo ... Muxing/AudioOutputStream.obj + @echo ... Muxing/AudioOutputStream.i + @echo ... Muxing/AudioOutputStream.s + @echo ... Muxing/Muxer.obj + @echo ... Muxing/Muxer.i + @echo ... Muxing/Muxer.s + @echo ... Muxing/OutputStream.obj + @echo ... Muxing/OutputStream.i + @echo ... Muxing/OutputStream.s + @echo ... Muxing/VideoOutputStream.obj + @echo ... Muxing/VideoOutputStream.i + @echo ... Muxing/VideoOutputStream.s + @echo ... OpenCodec.obj + @echo ... OpenCodec.i + @echo ... OpenCodec.s + @echo ... Sources/Demuxer.obj + @echo ... Sources/Demuxer.i + @echo ... Sources/Demuxer.s + @echo ... Sources/EncodedFileSource.obj + @echo ... Sources/EncodedFileSource.i + @echo ... Sources/EncodedFileSource.s + @echo ... Sources/RawAudioDataSource.obj + @echo ... Sources/RawAudioDataSource.i + @echo ... Sources/RawAudioDataSource.s + @echo ... Sources/RawAudioFileSource.obj + @echo ... Sources/RawAudioFileSource.i + @echo ... Sources/RawAudioFileSource.s + @echo ... Sources/RawVideoDataSource.obj + @echo ... Sources/RawVideoDataSource.i + @echo ... Sources/RawVideoDataSource.s + @echo ... Sources/RawVideoFileSource.obj + @echo ... Sources/RawVideoFileSource.i + @echo ... Sources/RawVideoFileSource.s + @echo ... VideoFormatConverter.obj + @echo ... VideoFormatConverter.i + @echo ... VideoFormatConverter.s +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 71b4553..aee3a09 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # Viariable to set examples output directory -set(EXAMPLES_BIN_DIR "${CMAKE_CURRENT_BINARY_DIR}") +set(EXAMPLE_BIN_DIR "${CMAKE_CURRENT_BINARY_DIR}") add_subdirectory("decode_audio") diff --git a/examples/decode_audio/CMakeLists.txt b/examples/decode_audio/CMakeLists.txt new file mode 100644 index 0000000..0d52788 --- /dev/null +++ b/examples/decode_audio/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(decode_audio + decode_audio.cpp +) + +set_target_properties(decode_audio PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(decode_audio ffmpeg-cpp) + +set_target_properties(decode_audio PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/decode_audio/decode_audio.vcxproj b/examples/decode_audio/decode_audio.vcxproj deleted file mode 100644 index e0fb0d2..0000000 --- a/examples/decode_audio/decode_audio.vcxproj +++ /dev/null @@ -1,199 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {C6101E18-D73B-430C-A79C-084E1236EA94} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib;%(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib;%(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib;%(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - $(FFmpegLibraryDir)lib\avcodec.lib;$(FFmpegLibraryDir)lib\avfilter.lib;$(FFmpegLibraryDir)lib\avformat.lib;$(FFmpegLibraryDir)lib\avutil.lib;$(FFmpegLibraryDir)lib\swresample.lib;$(FFmpegLibraryDir)lib\swscale.lib;%(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - \ No newline at end of file diff --git a/examples/decode_audio/decode_audio.vcxproj.filters b/examples/decode_audio/decode_audio.vcxproj.filters deleted file mode 100644 index 88e5ec5..0000000 --- a/examples/decode_audio/decode_audio.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/decode_audio/decode_audio.vcxproj.user b/examples/decode_audio/decode_audio.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/decode_audio/decode_audio.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/decode_video/CMakeLists.txt b/examples/decode_video/CMakeLists.txt new file mode 100644 index 0000000..3eb9edc --- /dev/null +++ b/examples/decode_video/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(decode_video + decode_video.cpp +) + +set_target_properties(decode_video PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(decode_video ffmpeg-cpp) + +set_target_properties(decode_video PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/decode_video/decode_video.vcxproj b/examples/decode_video/decode_video.vcxproj deleted file mode 100644 index fccf89e..0000000 --- a/examples/decode_video/decode_video.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {AAD3AB93-F831-4339-8AAD-DC956B9B9233} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - \ No newline at end of file diff --git a/examples/decode_video/decode_video.vcxproj.filters b/examples/decode_video/decode_video.vcxproj.filters deleted file mode 100644 index dbaf137..0000000 --- a/examples/decode_video/decode_video.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/decode_video/decode_video.vcxproj.user b/examples/decode_video/decode_video.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/decode_video/decode_video.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/demo/CMakeLists.txt b/examples/demo/CMakeLists.txt new file mode 100644 index 0000000..ac6935a --- /dev/null +++ b/examples/demo/CMakeLists.txt @@ -0,0 +1,15 @@ +add_executable(demo + demo.cpp + GeneratedAudioSource.cpp + GeneratedAudioSource.h + GeneratedVideoSource.cpp + GeneratedVideoSource.h +) + +set_target_properties(demo PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(demo ffmpeg-cpp) + +set_target_properties(demo PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/demo/demo.vcxproj b/examples/demo/demo.vcxproj deleted file mode 100644 index 35e0da7..0000000 --- a/examples/demo/demo.vcxproj +++ /dev/null @@ -1,207 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {D8377B20-EEFC-4ABC-95F0-24BC86B7E3F2} - Win32Proj - demo - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - false - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - obj\$(Platform)\$(Configuration)\ - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - obj\$(Platform)\$(Configuration)\ - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - - - false - obj\$(Platform)\$(Configuration)\ - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - - \ No newline at end of file diff --git a/examples/demo/demo.vcxproj.filters b/examples/demo/demo.vcxproj.filters deleted file mode 100644 index ff353b2..0000000 --- a/examples/demo/demo.vcxproj.filters +++ /dev/null @@ -1,36 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hh;hpp;hxx;hm;inl;inc;ipp;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/examples/demo/demo.vcxproj.user b/examples/demo/demo.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/demo/demo.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/difference/CMakeLists.txt b/examples/difference/CMakeLists.txt new file mode 100644 index 0000000..ee3e089 --- /dev/null +++ b/examples/difference/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(difference + difference.cpp +) + +set_target_properties(difference PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(difference ffmpeg-cpp) + +set_target_properties(difference PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/difference/difference.vcxproj b/examples/difference/difference.vcxproj deleted file mode 100644 index bd998e6..0000000 --- a/examples/difference/difference.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {9BD8FF1D-1C1B-4755-BF5C-AD58DC023711} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - \ No newline at end of file diff --git a/examples/difference/difference.vcxproj.filters b/examples/difference/difference.vcxproj.filters deleted file mode 100644 index 207c0e1..0000000 --- a/examples/difference/difference.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/difference/difference.vcxproj.user b/examples/difference/difference.vcxproj.user deleted file mode 100644 index a131111..0000000 --- a/examples/difference/difference.vcxproj.user +++ /dev/null @@ -1,11 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/encode_audio/CMakeLists.txt b/examples/encode_audio/CMakeLists.txt new file mode 100644 index 0000000..5a048ca --- /dev/null +++ b/examples/encode_audio/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(encode_audio + encode_audio.cpp +) + +set_target_properties(encode_audio PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(encode_audio ffmpeg-cpp) + +set_target_properties(encode_audio PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/encode_audio/encode_audio.vcxproj b/examples/encode_audio/encode_audio.vcxproj deleted file mode 100644 index 434460a..0000000 --- a/examples/encode_audio/encode_audio.vcxproj +++ /dev/null @@ -1,201 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {9D936BE4-46AA-489F-82E7-D2CFEB157FB6} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - \ No newline at end of file diff --git a/examples/encode_audio/encode_audio.vcxproj.filters b/examples/encode_audio/encode_audio.vcxproj.filters deleted file mode 100644 index ae624bc..0000000 --- a/examples/encode_audio/encode_audio.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/encode_audio/encode_audio.vcxproj.user b/examples/encode_audio/encode_audio.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/encode_audio/encode_audio.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/encode_video/CMakeLists.txt b/examples/encode_video/CMakeLists.txt new file mode 100644 index 0000000..4563cc2 --- /dev/null +++ b/examples/encode_video/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(encode_video + encode_video.cpp +) + +set_target_properties(encode_video PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(encode_video ffmpeg-cpp) + +set_target_properties(encode_video PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/encode_video/encode_video.vcxproj b/examples/encode_video/encode_video.vcxproj deleted file mode 100644 index e9c6d00..0000000 --- a/examples/encode_video/encode_video.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {597D5EF8-04DB-48F9-A8F3-4B593B81C7C3} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - \ No newline at end of file diff --git a/examples/encode_video/encode_video.vcxproj.filters b/examples/encode_video/encode_video.vcxproj.filters deleted file mode 100644 index c863a03..0000000 --- a/examples/encode_video/encode_video.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/encode_video/encode_video.vcxproj.user b/examples/encode_video/encode_video.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/encode_video/encode_video.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/filtering_audio/CMakeLists.txt b/examples/filtering_audio/CMakeLists.txt new file mode 100644 index 0000000..7390027 --- /dev/null +++ b/examples/filtering_audio/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(filtering_audio + filtering_audio.cpp +) + +set_target_properties(filtering_audio PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(filtering_audio ffmpeg-cpp) + +set_target_properties(filtering_audio PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/filtering_audio/filtering_audio.vcxproj b/examples/filtering_audio/filtering_audio.vcxproj deleted file mode 100644 index 30df546..0000000 --- a/examples/filtering_audio/filtering_audio.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {220FA552-86EF-4437-867D-AB34F7285F8B} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - \ No newline at end of file diff --git a/examples/filtering_audio/filtering_audio.vcxproj.filters b/examples/filtering_audio/filtering_audio.vcxproj.filters deleted file mode 100644 index 509a305..0000000 --- a/examples/filtering_audio/filtering_audio.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/filtering_audio/filtering_audio.vcxproj.user b/examples/filtering_audio/filtering_audio.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/filtering_audio/filtering_audio.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/filtering_video/CMakeLists.txt b/examples/filtering_video/CMakeLists.txt new file mode 100644 index 0000000..f018f6a --- /dev/null +++ b/examples/filtering_video/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(filtering_video + filtering_video.cpp +) + +set_target_properties(filtering_video PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(filtering_video ffmpeg-cpp) + +set_target_properties(filtering_video PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/print_info/CMakeLists.txt b/examples/print_info/CMakeLists.txt new file mode 100644 index 0000000..14f937b --- /dev/null +++ b/examples/print_info/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(print_info + print_info.cpp +) + +set_target_properties(print_info PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(print_info ffmpeg-cpp) + +set_target_properties(print_info PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/print_info/print_info.vcxproj b/examples/print_info/print_info.vcxproj deleted file mode 100644 index afa245a..0000000 --- a/examples/print_info/print_info.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {B4DB4D63-7AD7-42B9-9671-AD39D696B4FF} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - \ No newline at end of file diff --git a/examples/print_info/print_info.vcxproj.filters b/examples/print_info/print_info.vcxproj.filters deleted file mode 100644 index 7b83648..0000000 --- a/examples/print_info/print_info.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/print_info/print_info.vcxproj.user b/examples/print_info/print_info.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/print_info/print_info.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/remuxing/CMakeLists.txt b/examples/remuxing/CMakeLists.txt new file mode 100644 index 0000000..db520a3 --- /dev/null +++ b/examples/remuxing/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable(remuxing + remuxing.cpp +) + +set_target_properties(remuxing PROPERTIES + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) + +target_link_libraries(remuxing ffmpeg-cpp) + +set_target_properties(remuxing PROPERTIES FOLDER examples) \ No newline at end of file diff --git a/examples/remuxing/remuxing.vcxproj b/examples/remuxing/remuxing.vcxproj deleted file mode 100644 index c45c067..0000000 --- a/examples/remuxing/remuxing.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {B337D322-355B-4348-A2A8-270471BE2C95} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - \ No newline at end of file diff --git a/examples/remuxing/remuxing.vcxproj.filters b/examples/remuxing/remuxing.vcxproj.filters deleted file mode 100644 index de7d8a5..0000000 --- a/examples/remuxing/remuxing.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/remuxing/remuxing.vcxproj.user b/examples/remuxing/remuxing.vcxproj.user deleted file mode 100644 index be25078..0000000 --- a/examples/remuxing/remuxing.vcxproj.user +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file From 23f6f5d7ca7819ad4cbc4104e86e017668817173 Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 20:25:08 +0200 Subject: [PATCH 6/8] gitignore change --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 52e232b..5627f13 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,8 @@  -build/**/*.* +build/**/* !build/.gitkeep -vendor/**/*.* +vendor/**/* !vendor/ffmpeg/download.ps1 !vendor/ffmpeg/readme.* !vendor/**/.gitkeep \ No newline at end of file From ea57e72fb06295da0c0f66f5e77298c2b45a5bc8 Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Fri, 26 Jul 2019 20:27:17 +0200 Subject: [PATCH 7/8] gitignore change --- .gitignore | 3 +- build/.gitkeep | 0 build/CMakeFiles/Makefile2 | 669 ------------- build/CMakeFiles/Progress/15 | 1 - build/Makefile | 301 ------ build/examples/Makefile | 133 --- build/examples/decode_audio/Makefile | 179 ---- build/examples/decode_video/Makefile | 179 ---- build/examples/demo/Makefile | 239 ----- build/examples/difference/Makefile | 179 ---- build/examples/encode_audio/Makefile | 179 ---- build/examples/encode_video/Makefile | 179 ---- build/examples/filtering_audio/Makefile | 179 ---- build/examples/filtering_video/Makefile | 179 ---- build/examples/print_info/Makefile | 179 ---- build/examples/remuxing/Makefile | 179 ---- build/examples/samples/Makefile | 149 --- build/source/Makefile | 1199 ----------------------- 18 files changed, 1 insertion(+), 4304 deletions(-) delete mode 100644 build/.gitkeep delete mode 100644 build/CMakeFiles/Makefile2 delete mode 100644 build/CMakeFiles/Progress/15 delete mode 100644 build/Makefile delete mode 100644 build/examples/Makefile delete mode 100644 build/examples/decode_audio/Makefile delete mode 100644 build/examples/decode_video/Makefile delete mode 100644 build/examples/demo/Makefile delete mode 100644 build/examples/difference/Makefile delete mode 100644 build/examples/encode_audio/Makefile delete mode 100644 build/examples/encode_video/Makefile delete mode 100644 build/examples/filtering_audio/Makefile delete mode 100644 build/examples/filtering_video/Makefile delete mode 100644 build/examples/print_info/Makefile delete mode 100644 build/examples/remuxing/Makefile delete mode 100644 build/examples/samples/Makefile delete mode 100644 build/source/Makefile diff --git a/.gitignore b/.gitignore index 5627f13..92bc0fd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@  -build/**/* -!build/.gitkeep +build/ vendor/**/* !vendor/ffmpeg/download.ps1 diff --git a/build/.gitkeep b/build/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/build/CMakeFiles/Makefile2 b/build/CMakeFiles/Makefile2 deleted file mode 100644 index a40d561..0000000 --- a/build/CMakeFiles/Makefile2 +++ /dev/null @@ -1,669 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Directory level rules for the build root directory - -# The main recursive "all" target. -all: source/all -all: examples/all - -.PHONY : all - -# The main recursive "clean" target. -clean: source/clean -clean: examples/clean - -.PHONY : clean - -# The main recursive "preinstall" target. -preinstall: source/preinstall -preinstall: examples/preinstall - -.PHONY : preinstall - -#============================================================================= -# Directory level rules for directory source - -# Recursive "all" directory target. -source/all: source/CMakeFiles/ffmpeg-cpp.dir/all - -.PHONY : source/all - -# Recursive "clean" directory target. -source/clean: source/CMakeFiles/ffmpeg-cpp.dir/clean - -.PHONY : source/clean - -# Recursive "preinstall" directory target. -source/preinstall: - -.PHONY : source/preinstall - -#============================================================================= -# Target rules for target source/CMakeFiles/ffmpeg-cpp.dir - -# All Build rule for target. -source/CMakeFiles/ffmpeg-cpp.dir/all: - $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/depend - $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50 "Built target ffmpeg-cpp" -.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/all - -# Build rule for subdir invocation for target. -source/CMakeFiles/ffmpeg-cpp.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 36 - $(MAKE) -f CMakeFiles\Makefile2 source/CMakeFiles/ffmpeg-cpp.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/rule - -# Convenience name for target. -ffmpeg-cpp: source/CMakeFiles/ffmpeg-cpp.dir/rule - -.PHONY : ffmpeg-cpp - -# clean rule for target. -source/CMakeFiles/ffmpeg-cpp.dir/clean: - $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/clean -.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/clean - -#============================================================================= -# Directory level rules for directory examples - -# Recursive "all" directory target. -examples/all: examples/decode_audio/all -examples/all: examples/decode_video/all -examples/all: examples/demo/all -examples/all: examples/difference/all -examples/all: examples/encode_audio/all -examples/all: examples/encode_video/all -examples/all: examples/filtering_audio/all -examples/all: examples/filtering_video/all -examples/all: examples/print_info/all -examples/all: examples/remuxing/all -examples/all: examples/samples/all - -.PHONY : examples/all - -# Recursive "clean" directory target. -examples/clean: examples/decode_audio/clean -examples/clean: examples/decode_video/clean -examples/clean: examples/demo/clean -examples/clean: examples/difference/clean -examples/clean: examples/encode_audio/clean -examples/clean: examples/encode_video/clean -examples/clean: examples/filtering_audio/clean -examples/clean: examples/filtering_video/clean -examples/clean: examples/print_info/clean -examples/clean: examples/remuxing/clean -examples/clean: examples/samples/clean - -.PHONY : examples/clean - -# Recursive "preinstall" directory target. -examples/preinstall: examples/decode_audio/preinstall -examples/preinstall: examples/decode_video/preinstall -examples/preinstall: examples/demo/preinstall -examples/preinstall: examples/difference/preinstall -examples/preinstall: examples/encode_audio/preinstall -examples/preinstall: examples/encode_video/preinstall -examples/preinstall: examples/filtering_audio/preinstall -examples/preinstall: examples/filtering_video/preinstall -examples/preinstall: examples/print_info/preinstall -examples/preinstall: examples/remuxing/preinstall -examples/preinstall: examples/samples/preinstall - -.PHONY : examples/preinstall - -#============================================================================= -# Directory level rules for directory examples/decode_audio - -# Recursive "all" directory target. -examples/decode_audio/all: examples/decode_audio/CMakeFiles/decode_audio.dir/all - -.PHONY : examples/decode_audio/all - -# Recursive "clean" directory target. -examples/decode_audio/clean: examples/decode_audio/CMakeFiles/decode_audio.dir/clean - -.PHONY : examples/decode_audio/clean - -# Recursive "preinstall" directory target. -examples/decode_audio/preinstall: - -.PHONY : examples/decode_audio/preinstall - -#============================================================================= -# Target rules for target examples/decode_audio/CMakeFiles/decode_audio.dir - -# All Build rule for target. -examples/decode_audio/CMakeFiles/decode_audio.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/depend - $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=1,2 "Built target decode_audio" -.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/all - -# Build rule for subdir invocation for target. -examples/decode_audio/CMakeFiles/decode_audio.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/CMakeFiles/decode_audio.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/rule - -# Convenience name for target. -decode_audio: examples/decode_audio/CMakeFiles/decode_audio.dir/rule - -.PHONY : decode_audio - -# clean rule for target. -examples/decode_audio/CMakeFiles/decode_audio.dir/clean: - $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/clean -.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/clean - -#============================================================================= -# Directory level rules for directory examples/decode_video - -# Recursive "all" directory target. -examples/decode_video/all: examples/decode_video/CMakeFiles/decode_video.dir/all - -.PHONY : examples/decode_video/all - -# Recursive "clean" directory target. -examples/decode_video/clean: examples/decode_video/CMakeFiles/decode_video.dir/clean - -.PHONY : examples/decode_video/clean - -# Recursive "preinstall" directory target. -examples/decode_video/preinstall: - -.PHONY : examples/decode_video/preinstall - -#============================================================================= -# Target rules for target examples/decode_video/CMakeFiles/decode_video.dir - -# All Build rule for target. -examples/decode_video/CMakeFiles/decode_video.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/depend - $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=3,4 "Built target decode_video" -.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/all - -# Build rule for subdir invocation for target. -examples/decode_video/CMakeFiles/decode_video.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/CMakeFiles/decode_video.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/rule - -# Convenience name for target. -decode_video: examples/decode_video/CMakeFiles/decode_video.dir/rule - -.PHONY : decode_video - -# clean rule for target. -examples/decode_video/CMakeFiles/decode_video.dir/clean: - $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/clean -.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/clean - -#============================================================================= -# Directory level rules for directory examples/demo - -# Recursive "all" directory target. -examples/demo/all: examples/demo/CMakeFiles/demo.dir/all - -.PHONY : examples/demo/all - -# Recursive "clean" directory target. -examples/demo/clean: examples/demo/CMakeFiles/demo.dir/clean - -.PHONY : examples/demo/clean - -# Recursive "preinstall" directory target. -examples/demo/preinstall: - -.PHONY : examples/demo/preinstall - -#============================================================================= -# Target rules for target examples/demo/CMakeFiles/demo.dir - -# All Build rule for target. -examples/demo/CMakeFiles/demo.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/depend - $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=5,6,7,8 "Built target demo" -.PHONY : examples/demo/CMakeFiles/demo.dir/all - -# Build rule for subdir invocation for target. -examples/demo/CMakeFiles/demo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 40 - $(MAKE) -f CMakeFiles\Makefile2 examples/demo/CMakeFiles/demo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/demo/CMakeFiles/demo.dir/rule - -# Convenience name for target. -demo: examples/demo/CMakeFiles/demo.dir/rule - -.PHONY : demo - -# clean rule for target. -examples/demo/CMakeFiles/demo.dir/clean: - $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/clean -.PHONY : examples/demo/CMakeFiles/demo.dir/clean - -#============================================================================= -# Directory level rules for directory examples/difference - -# Recursive "all" directory target. -examples/difference/all: examples/difference/CMakeFiles/difference.dir/all - -.PHONY : examples/difference/all - -# Recursive "clean" directory target. -examples/difference/clean: examples/difference/CMakeFiles/difference.dir/clean - -.PHONY : examples/difference/clean - -# Recursive "preinstall" directory target. -examples/difference/preinstall: - -.PHONY : examples/difference/preinstall - -#============================================================================= -# Target rules for target examples/difference/CMakeFiles/difference.dir - -# All Build rule for target. -examples/difference/CMakeFiles/difference.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/depend - $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=9,10 "Built target difference" -.PHONY : examples/difference/CMakeFiles/difference.dir/all - -# Build rule for subdir invocation for target. -examples/difference/CMakeFiles/difference.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/difference/CMakeFiles/difference.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/difference/CMakeFiles/difference.dir/rule - -# Convenience name for target. -difference: examples/difference/CMakeFiles/difference.dir/rule - -.PHONY : difference - -# clean rule for target. -examples/difference/CMakeFiles/difference.dir/clean: - $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/clean -.PHONY : examples/difference/CMakeFiles/difference.dir/clean - -#============================================================================= -# Directory level rules for directory examples/encode_audio - -# Recursive "all" directory target. -examples/encode_audio/all: examples/encode_audio/CMakeFiles/encode_audio.dir/all - -.PHONY : examples/encode_audio/all - -# Recursive "clean" directory target. -examples/encode_audio/clean: examples/encode_audio/CMakeFiles/encode_audio.dir/clean - -.PHONY : examples/encode_audio/clean - -# Recursive "preinstall" directory target. -examples/encode_audio/preinstall: - -.PHONY : examples/encode_audio/preinstall - -#============================================================================= -# Target rules for target examples/encode_audio/CMakeFiles/encode_audio.dir - -# All Build rule for target. -examples/encode_audio/CMakeFiles/encode_audio.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/depend - $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=11,12 "Built target encode_audio" -.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/all - -# Build rule for subdir invocation for target. -examples/encode_audio/CMakeFiles/encode_audio.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/CMakeFiles/encode_audio.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/rule - -# Convenience name for target. -encode_audio: examples/encode_audio/CMakeFiles/encode_audio.dir/rule - -.PHONY : encode_audio - -# clean rule for target. -examples/encode_audio/CMakeFiles/encode_audio.dir/clean: - $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/clean -.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/clean - -#============================================================================= -# Directory level rules for directory examples/encode_video - -# Recursive "all" directory target. -examples/encode_video/all: examples/encode_video/CMakeFiles/encode_video.dir/all - -.PHONY : examples/encode_video/all - -# Recursive "clean" directory target. -examples/encode_video/clean: examples/encode_video/CMakeFiles/encode_video.dir/clean - -.PHONY : examples/encode_video/clean - -# Recursive "preinstall" directory target. -examples/encode_video/preinstall: - -.PHONY : examples/encode_video/preinstall - -#============================================================================= -# Target rules for target examples/encode_video/CMakeFiles/encode_video.dir - -# All Build rule for target. -examples/encode_video/CMakeFiles/encode_video.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/depend - $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=13,14 "Built target encode_video" -.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/all - -# Build rule for subdir invocation for target. -examples/encode_video/CMakeFiles/encode_video.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/CMakeFiles/encode_video.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/rule - -# Convenience name for target. -encode_video: examples/encode_video/CMakeFiles/encode_video.dir/rule - -.PHONY : encode_video - -# clean rule for target. -examples/encode_video/CMakeFiles/encode_video.dir/clean: - $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/clean -.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/clean - -#============================================================================= -# Directory level rules for directory examples/filtering_audio - -# Recursive "all" directory target. -examples/filtering_audio/all: examples/filtering_audio/CMakeFiles/filtering_audio.dir/all - -.PHONY : examples/filtering_audio/all - -# Recursive "clean" directory target. -examples/filtering_audio/clean: examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean - -.PHONY : examples/filtering_audio/clean - -# Recursive "preinstall" directory target. -examples/filtering_audio/preinstall: - -.PHONY : examples/filtering_audio/preinstall - -#============================================================================= -# Target rules for target examples/filtering_audio/CMakeFiles/filtering_audio.dir - -# All Build rule for target. -examples/filtering_audio/CMakeFiles/filtering_audio.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/depend - $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=51,52 "Built target filtering_audio" -.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/all - -# Build rule for subdir invocation for target. -examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/CMakeFiles/filtering_audio.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule - -# Convenience name for target. -filtering_audio: examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule - -.PHONY : filtering_audio - -# clean rule for target. -examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean: - $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean -.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/clean - -#============================================================================= -# Directory level rules for directory examples/filtering_video - -# Recursive "all" directory target. -examples/filtering_video/all: examples/filtering_video/CMakeFiles/filtering_video.dir/all - -.PHONY : examples/filtering_video/all - -# Recursive "clean" directory target. -examples/filtering_video/clean: examples/filtering_video/CMakeFiles/filtering_video.dir/clean - -.PHONY : examples/filtering_video/clean - -# Recursive "preinstall" directory target. -examples/filtering_video/preinstall: - -.PHONY : examples/filtering_video/preinstall - -#============================================================================= -# Target rules for target examples/filtering_video/CMakeFiles/filtering_video.dir - -# All Build rule for target. -examples/filtering_video/CMakeFiles/filtering_video.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/depend - $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=53,54 "Built target filtering_video" -.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/all - -# Build rule for subdir invocation for target. -examples/filtering_video/CMakeFiles/filtering_video.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/CMakeFiles/filtering_video.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/rule - -# Convenience name for target. -filtering_video: examples/filtering_video/CMakeFiles/filtering_video.dir/rule - -.PHONY : filtering_video - -# clean rule for target. -examples/filtering_video/CMakeFiles/filtering_video.dir/clean: - $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/clean -.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/clean - -#============================================================================= -# Directory level rules for directory examples/print_info - -# Recursive "all" directory target. -examples/print_info/all: examples/print_info/CMakeFiles/print_info.dir/all - -.PHONY : examples/print_info/all - -# Recursive "clean" directory target. -examples/print_info/clean: examples/print_info/CMakeFiles/print_info.dir/clean - -.PHONY : examples/print_info/clean - -# Recursive "preinstall" directory target. -examples/print_info/preinstall: - -.PHONY : examples/print_info/preinstall - -#============================================================================= -# Target rules for target examples/print_info/CMakeFiles/print_info.dir - -# All Build rule for target. -examples/print_info/CMakeFiles/print_info.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/depend - $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=55,56 "Built target print_info" -.PHONY : examples/print_info/CMakeFiles/print_info.dir/all - -# Build rule for subdir invocation for target. -examples/print_info/CMakeFiles/print_info.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/CMakeFiles/print_info.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/print_info/CMakeFiles/print_info.dir/rule - -# Convenience name for target. -print_info: examples/print_info/CMakeFiles/print_info.dir/rule - -.PHONY : print_info - -# clean rule for target. -examples/print_info/CMakeFiles/print_info.dir/clean: - $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/clean -.PHONY : examples/print_info/CMakeFiles/print_info.dir/clean - -#============================================================================= -# Directory level rules for directory examples/remuxing - -# Recursive "all" directory target. -examples/remuxing/all: examples/remuxing/CMakeFiles/remuxing.dir/all - -.PHONY : examples/remuxing/all - -# Recursive "clean" directory target. -examples/remuxing/clean: examples/remuxing/CMakeFiles/remuxing.dir/clean - -.PHONY : examples/remuxing/clean - -# Recursive "preinstall" directory target. -examples/remuxing/preinstall: - -.PHONY : examples/remuxing/preinstall - -#============================================================================= -# Target rules for target examples/remuxing/CMakeFiles/remuxing.dir - -# All Build rule for target. -examples/remuxing/CMakeFiles/remuxing.dir/all: source/CMakeFiles/ffmpeg-cpp.dir/all - $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/depend - $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num=57,58 "Built target remuxing" -.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/all - -# Build rule for subdir invocation for target. -examples/remuxing/CMakeFiles/remuxing.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 38 - $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/CMakeFiles/remuxing.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/rule - -# Convenience name for target. -remuxing: examples/remuxing/CMakeFiles/remuxing.dir/rule - -.PHONY : remuxing - -# clean rule for target. -examples/remuxing/CMakeFiles/remuxing.dir/clean: - $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/clean -.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/clean - -#============================================================================= -# Directory level rules for directory examples/samples - -# Recursive "all" directory target. -examples/samples/all: - -.PHONY : examples/samples/all - -# Recursive "clean" directory target. -examples/samples/clean: examples/samples/CMakeFiles/samples.dir/clean - -.PHONY : examples/samples/clean - -# Recursive "preinstall" directory target. -examples/samples/preinstall: - -.PHONY : examples/samples/preinstall - -#============================================================================= -# Target rules for target examples/samples/CMakeFiles/samples.dir - -# All Build rule for target. -examples/samples/CMakeFiles/samples.dir/all: - $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/depend - $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --progress-dir=D:\dev\ffmpeg-cpp\build\CMakeFiles --progress-num= "Built target samples" -.PHONY : examples/samples/CMakeFiles/samples.dir/all - -# Build rule for subdir invocation for target. -examples/samples/CMakeFiles/samples.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 - $(MAKE) -f CMakeFiles\Makefile2 examples/samples/CMakeFiles/samples.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : examples/samples/CMakeFiles/samples.dir/rule - -# Convenience name for target. -samples: examples/samples/CMakeFiles/samples.dir/rule - -.PHONY : samples - -# clean rule for target. -examples/samples/CMakeFiles/samples.dir/clean: - $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/clean -.PHONY : examples/samples/CMakeFiles/samples.dir/clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/CMakeFiles/Progress/15 b/build/CMakeFiles/Progress/15 deleted file mode 100644 index 7b4d68d..0000000 --- a/build/CMakeFiles/Progress/15 +++ /dev/null @@ -1 +0,0 @@ -empty \ No newline at end of file diff --git a/build/Makefile b/build/Makefile deleted file mode 100644 index 8746e77..0000000 --- a/build/Makefile +++ /dev/null @@ -1,301 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\CMakeFiles\progress.marks - $(MAKE) -f CMakeFiles\Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) -f CMakeFiles\Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) -f CMakeFiles\Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) -f CMakeFiles\Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named ffmpeg-cpp - -# Build rule for target. -ffmpeg-cpp: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 ffmpeg-cpp -.PHONY : ffmpeg-cpp - -# fast build rule for target. -ffmpeg-cpp/fast: - $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/build -.PHONY : ffmpeg-cpp/fast - -#============================================================================= -# Target rules for targets named decode_audio - -# Build rule for target. -decode_audio: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 decode_audio -.PHONY : decode_audio - -# fast build rule for target. -decode_audio/fast: - $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/build -.PHONY : decode_audio/fast - -#============================================================================= -# Target rules for targets named decode_video - -# Build rule for target. -decode_video: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 decode_video -.PHONY : decode_video - -# fast build rule for target. -decode_video/fast: - $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/build -.PHONY : decode_video/fast - -#============================================================================= -# Target rules for targets named demo - -# Build rule for target. -demo: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 demo -.PHONY : demo - -# fast build rule for target. -demo/fast: - $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/build -.PHONY : demo/fast - -#============================================================================= -# Target rules for targets named difference - -# Build rule for target. -difference: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 difference -.PHONY : difference - -# fast build rule for target. -difference/fast: - $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/build -.PHONY : difference/fast - -#============================================================================= -# Target rules for targets named encode_audio - -# Build rule for target. -encode_audio: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 encode_audio -.PHONY : encode_audio - -# fast build rule for target. -encode_audio/fast: - $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/build -.PHONY : encode_audio/fast - -#============================================================================= -# Target rules for targets named encode_video - -# Build rule for target. -encode_video: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 encode_video -.PHONY : encode_video - -# fast build rule for target. -encode_video/fast: - $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/build -.PHONY : encode_video/fast - -#============================================================================= -# Target rules for targets named filtering_audio - -# Build rule for target. -filtering_audio: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 filtering_audio -.PHONY : filtering_audio - -# fast build rule for target. -filtering_audio/fast: - $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/build -.PHONY : filtering_audio/fast - -#============================================================================= -# Target rules for targets named filtering_video - -# Build rule for target. -filtering_video: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 filtering_video -.PHONY : filtering_video - -# fast build rule for target. -filtering_video/fast: - $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/build -.PHONY : filtering_video/fast - -#============================================================================= -# Target rules for targets named print_info - -# Build rule for target. -print_info: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 print_info -.PHONY : print_info - -# fast build rule for target. -print_info/fast: - $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/build -.PHONY : print_info/fast - -#============================================================================= -# Target rules for targets named remuxing - -# Build rule for target. -remuxing: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 remuxing -.PHONY : remuxing - -# fast build rule for target. -remuxing/fast: - $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/build -.PHONY : remuxing/fast - -#============================================================================= -# Target rules for targets named samples - -# Build rule for target. -samples: cmake_check_build_system - $(MAKE) -f CMakeFiles\Makefile2 samples -.PHONY : samples - -# fast build rule for target. -samples/fast: - $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/build -.PHONY : samples/fast - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... ffmpeg-cpp - @echo ... decode_audio - @echo ... decode_video - @echo ... demo - @echo ... difference - @echo ... encode_audio - @echo ... encode_video - @echo ... filtering_audio - @echo ... filtering_video - @echo ... print_info - @echo ... remuxing - @echo ... samples -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/Makefile b/build/examples/Makefile deleted file mode 100644 index d0436c0..0000000 --- a/build/examples/Makefile +++ /dev/null @@ -1,133 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... edit_cache - @echo ... rebuild_cache -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/decode_audio/Makefile b/build/examples/decode_audio/Makefile deleted file mode 100644 index fe39778..0000000 --- a/build/examples/decode_audio/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\decode_audio\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/decode_audio/CMakeFiles/decode_audio.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_audio/CMakeFiles/decode_audio.dir/rule -.PHONY : examples/decode_audio/CMakeFiles/decode_audio.dir/rule - -# Convenience name for target. -decode_audio: examples/decode_audio/CMakeFiles/decode_audio.dir/rule - -.PHONY : decode_audio - -# fast build rule for target. -decode_audio/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/build -.PHONY : decode_audio/fast - -decode_audio.obj: decode_audio.cpp.obj - -.PHONY : decode_audio.obj - -# target to build an object file -decode_audio.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/decode_audio.cpp.obj -.PHONY : decode_audio.cpp.obj - -decode_audio.i: decode_audio.cpp.i - -.PHONY : decode_audio.i - -# target to preprocess a source file -decode_audio.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/decode_audio.cpp.i -.PHONY : decode_audio.cpp.i - -decode_audio.s: decode_audio.cpp.s - -.PHONY : decode_audio.s - -# target to generate assembly for a file -decode_audio.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_audio\CMakeFiles\decode_audio.dir\build.make examples/decode_audio/CMakeFiles/decode_audio.dir/decode_audio.cpp.s -.PHONY : decode_audio.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... decode_audio - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... decode_audio.obj - @echo ... decode_audio.i - @echo ... decode_audio.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/decode_video/Makefile b/build/examples/decode_video/Makefile deleted file mode 100644 index 8de94f7..0000000 --- a/build/examples/decode_video/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\decode_video\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/decode_video/CMakeFiles/decode_video.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/decode_video/CMakeFiles/decode_video.dir/rule -.PHONY : examples/decode_video/CMakeFiles/decode_video.dir/rule - -# Convenience name for target. -decode_video: examples/decode_video/CMakeFiles/decode_video.dir/rule - -.PHONY : decode_video - -# fast build rule for target. -decode_video/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/build -.PHONY : decode_video/fast - -decode_video.obj: decode_video.cpp.obj - -.PHONY : decode_video.obj - -# target to build an object file -decode_video.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/decode_video.cpp.obj -.PHONY : decode_video.cpp.obj - -decode_video.i: decode_video.cpp.i - -.PHONY : decode_video.i - -# target to preprocess a source file -decode_video.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/decode_video.cpp.i -.PHONY : decode_video.cpp.i - -decode_video.s: decode_video.cpp.s - -.PHONY : decode_video.s - -# target to generate assembly for a file -decode_video.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\decode_video\CMakeFiles\decode_video.dir\build.make examples/decode_video/CMakeFiles/decode_video.dir/decode_video.cpp.s -.PHONY : decode_video.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... decode_video - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... decode_video.obj - @echo ... decode_video.i - @echo ... decode_video.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/demo/Makefile b/build/examples/demo/Makefile deleted file mode 100644 index a39b3ae..0000000 --- a/build/examples/demo/Makefile +++ /dev/null @@ -1,239 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\demo\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/demo/CMakeFiles/demo.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/demo/CMakeFiles/demo.dir/rule -.PHONY : examples/demo/CMakeFiles/demo.dir/rule - -# Convenience name for target. -demo: examples/demo/CMakeFiles/demo.dir/rule - -.PHONY : demo - -# fast build rule for target. -demo/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/build -.PHONY : demo/fast - -GeneratedAudioSource.obj: GeneratedAudioSource.cpp.obj - -.PHONY : GeneratedAudioSource.obj - -# target to build an object file -GeneratedAudioSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedAudioSource.cpp.obj -.PHONY : GeneratedAudioSource.cpp.obj - -GeneratedAudioSource.i: GeneratedAudioSource.cpp.i - -.PHONY : GeneratedAudioSource.i - -# target to preprocess a source file -GeneratedAudioSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedAudioSource.cpp.i -.PHONY : GeneratedAudioSource.cpp.i - -GeneratedAudioSource.s: GeneratedAudioSource.cpp.s - -.PHONY : GeneratedAudioSource.s - -# target to generate assembly for a file -GeneratedAudioSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedAudioSource.cpp.s -.PHONY : GeneratedAudioSource.cpp.s - -GeneratedVideoSource.obj: GeneratedVideoSource.cpp.obj - -.PHONY : GeneratedVideoSource.obj - -# target to build an object file -GeneratedVideoSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedVideoSource.cpp.obj -.PHONY : GeneratedVideoSource.cpp.obj - -GeneratedVideoSource.i: GeneratedVideoSource.cpp.i - -.PHONY : GeneratedVideoSource.i - -# target to preprocess a source file -GeneratedVideoSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedVideoSource.cpp.i -.PHONY : GeneratedVideoSource.cpp.i - -GeneratedVideoSource.s: GeneratedVideoSource.cpp.s - -.PHONY : GeneratedVideoSource.s - -# target to generate assembly for a file -GeneratedVideoSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/GeneratedVideoSource.cpp.s -.PHONY : GeneratedVideoSource.cpp.s - -demo.obj: demo.cpp.obj - -.PHONY : demo.obj - -# target to build an object file -demo.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/demo.cpp.obj -.PHONY : demo.cpp.obj - -demo.i: demo.cpp.i - -.PHONY : demo.i - -# target to preprocess a source file -demo.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/demo.cpp.i -.PHONY : demo.cpp.i - -demo.s: demo.cpp.s - -.PHONY : demo.s - -# target to generate assembly for a file -demo.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\demo\CMakeFiles\demo.dir\build.make examples/demo/CMakeFiles/demo.dir/demo.cpp.s -.PHONY : demo.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... demo - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... GeneratedAudioSource.obj - @echo ... GeneratedAudioSource.i - @echo ... GeneratedAudioSource.s - @echo ... GeneratedVideoSource.obj - @echo ... GeneratedVideoSource.i - @echo ... GeneratedVideoSource.s - @echo ... demo.obj - @echo ... demo.i - @echo ... demo.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/difference/Makefile b/build/examples/difference/Makefile deleted file mode 100644 index d7cd315..0000000 --- a/build/examples/difference/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\difference\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/difference/CMakeFiles/difference.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/difference/CMakeFiles/difference.dir/rule -.PHONY : examples/difference/CMakeFiles/difference.dir/rule - -# Convenience name for target. -difference: examples/difference/CMakeFiles/difference.dir/rule - -.PHONY : difference - -# fast build rule for target. -difference/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/build -.PHONY : difference/fast - -difference.obj: difference.cpp.obj - -.PHONY : difference.obj - -# target to build an object file -difference.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/difference.cpp.obj -.PHONY : difference.cpp.obj - -difference.i: difference.cpp.i - -.PHONY : difference.i - -# target to preprocess a source file -difference.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/difference.cpp.i -.PHONY : difference.cpp.i - -difference.s: difference.cpp.s - -.PHONY : difference.s - -# target to generate assembly for a file -difference.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\difference\CMakeFiles\difference.dir\build.make examples/difference/CMakeFiles/difference.dir/difference.cpp.s -.PHONY : difference.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... difference - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... difference.obj - @echo ... difference.i - @echo ... difference.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/encode_audio/Makefile b/build/examples/encode_audio/Makefile deleted file mode 100644 index f49bca0..0000000 --- a/build/examples/encode_audio/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\encode_audio\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/encode_audio/CMakeFiles/encode_audio.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_audio/CMakeFiles/encode_audio.dir/rule -.PHONY : examples/encode_audio/CMakeFiles/encode_audio.dir/rule - -# Convenience name for target. -encode_audio: examples/encode_audio/CMakeFiles/encode_audio.dir/rule - -.PHONY : encode_audio - -# fast build rule for target. -encode_audio/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/build -.PHONY : encode_audio/fast - -encode_audio.obj: encode_audio.cpp.obj - -.PHONY : encode_audio.obj - -# target to build an object file -encode_audio.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/encode_audio.cpp.obj -.PHONY : encode_audio.cpp.obj - -encode_audio.i: encode_audio.cpp.i - -.PHONY : encode_audio.i - -# target to preprocess a source file -encode_audio.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/encode_audio.cpp.i -.PHONY : encode_audio.cpp.i - -encode_audio.s: encode_audio.cpp.s - -.PHONY : encode_audio.s - -# target to generate assembly for a file -encode_audio.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_audio\CMakeFiles\encode_audio.dir\build.make examples/encode_audio/CMakeFiles/encode_audio.dir/encode_audio.cpp.s -.PHONY : encode_audio.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... encode_audio - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... encode_audio.obj - @echo ... encode_audio.i - @echo ... encode_audio.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/encode_video/Makefile b/build/examples/encode_video/Makefile deleted file mode 100644 index cc355b7..0000000 --- a/build/examples/encode_video/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\encode_video\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/encode_video/CMakeFiles/encode_video.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/encode_video/CMakeFiles/encode_video.dir/rule -.PHONY : examples/encode_video/CMakeFiles/encode_video.dir/rule - -# Convenience name for target. -encode_video: examples/encode_video/CMakeFiles/encode_video.dir/rule - -.PHONY : encode_video - -# fast build rule for target. -encode_video/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/build -.PHONY : encode_video/fast - -encode_video.obj: encode_video.cpp.obj - -.PHONY : encode_video.obj - -# target to build an object file -encode_video.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/encode_video.cpp.obj -.PHONY : encode_video.cpp.obj - -encode_video.i: encode_video.cpp.i - -.PHONY : encode_video.i - -# target to preprocess a source file -encode_video.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/encode_video.cpp.i -.PHONY : encode_video.cpp.i - -encode_video.s: encode_video.cpp.s - -.PHONY : encode_video.s - -# target to generate assembly for a file -encode_video.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\encode_video\CMakeFiles\encode_video.dir\build.make examples/encode_video/CMakeFiles/encode_video.dir/encode_video.cpp.s -.PHONY : encode_video.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... encode_video - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... encode_video.obj - @echo ... encode_video.i - @echo ... encode_video.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/filtering_audio/Makefile b/build/examples/filtering_audio/Makefile deleted file mode 100644 index aff5b67..0000000 --- a/build/examples/filtering_audio/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\filtering_audio\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule -.PHONY : examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule - -# Convenience name for target. -filtering_audio: examples/filtering_audio/CMakeFiles/filtering_audio.dir/rule - -.PHONY : filtering_audio - -# fast build rule for target. -filtering_audio/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/build -.PHONY : filtering_audio/fast - -filtering_audio.obj: filtering_audio.cpp.obj - -.PHONY : filtering_audio.obj - -# target to build an object file -filtering_audio.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/filtering_audio.cpp.obj -.PHONY : filtering_audio.cpp.obj - -filtering_audio.i: filtering_audio.cpp.i - -.PHONY : filtering_audio.i - -# target to preprocess a source file -filtering_audio.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/filtering_audio.cpp.i -.PHONY : filtering_audio.cpp.i - -filtering_audio.s: filtering_audio.cpp.s - -.PHONY : filtering_audio.s - -# target to generate assembly for a file -filtering_audio.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_audio\CMakeFiles\filtering_audio.dir\build.make examples/filtering_audio/CMakeFiles/filtering_audio.dir/filtering_audio.cpp.s -.PHONY : filtering_audio.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... filtering_audio - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... filtering_audio.obj - @echo ... filtering_audio.i - @echo ... filtering_audio.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/filtering_video/Makefile b/build/examples/filtering_video/Makefile deleted file mode 100644 index 1845180..0000000 --- a/build/examples/filtering_video/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\filtering_video\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/filtering_video/CMakeFiles/filtering_video.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/filtering_video/CMakeFiles/filtering_video.dir/rule -.PHONY : examples/filtering_video/CMakeFiles/filtering_video.dir/rule - -# Convenience name for target. -filtering_video: examples/filtering_video/CMakeFiles/filtering_video.dir/rule - -.PHONY : filtering_video - -# fast build rule for target. -filtering_video/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/build -.PHONY : filtering_video/fast - -filtering_video.obj: filtering_video.cpp.obj - -.PHONY : filtering_video.obj - -# target to build an object file -filtering_video.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/filtering_video.cpp.obj -.PHONY : filtering_video.cpp.obj - -filtering_video.i: filtering_video.cpp.i - -.PHONY : filtering_video.i - -# target to preprocess a source file -filtering_video.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/filtering_video.cpp.i -.PHONY : filtering_video.cpp.i - -filtering_video.s: filtering_video.cpp.s - -.PHONY : filtering_video.s - -# target to generate assembly for a file -filtering_video.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\filtering_video\CMakeFiles\filtering_video.dir\build.make examples/filtering_video/CMakeFiles/filtering_video.dir/filtering_video.cpp.s -.PHONY : filtering_video.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... filtering_video - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... filtering_video.obj - @echo ... filtering_video.i - @echo ... filtering_video.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/print_info/Makefile b/build/examples/print_info/Makefile deleted file mode 100644 index 560b0ba..0000000 --- a/build/examples/print_info/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\print_info\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/print_info/CMakeFiles/print_info.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/print_info/CMakeFiles/print_info.dir/rule -.PHONY : examples/print_info/CMakeFiles/print_info.dir/rule - -# Convenience name for target. -print_info: examples/print_info/CMakeFiles/print_info.dir/rule - -.PHONY : print_info - -# fast build rule for target. -print_info/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/build -.PHONY : print_info/fast - -print_info.obj: print_info.cpp.obj - -.PHONY : print_info.obj - -# target to build an object file -print_info.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/print_info.cpp.obj -.PHONY : print_info.cpp.obj - -print_info.i: print_info.cpp.i - -.PHONY : print_info.i - -# target to preprocess a source file -print_info.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/print_info.cpp.i -.PHONY : print_info.cpp.i - -print_info.s: print_info.cpp.s - -.PHONY : print_info.s - -# target to generate assembly for a file -print_info.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\print_info\CMakeFiles\print_info.dir\build.make examples/print_info/CMakeFiles/print_info.dir/print_info.cpp.s -.PHONY : print_info.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... rebuild_cache - @echo ... print_info - @echo ... edit_cache - @echo ... print_info.obj - @echo ... print_info.i - @echo ... print_info.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/remuxing/Makefile b/build/examples/remuxing/Makefile deleted file mode 100644 index 5529d54..0000000 --- a/build/examples/remuxing/Makefile +++ /dev/null @@ -1,179 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\remuxing\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/remuxing/CMakeFiles/remuxing.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/remuxing/CMakeFiles/remuxing.dir/rule -.PHONY : examples/remuxing/CMakeFiles/remuxing.dir/rule - -# Convenience name for target. -remuxing: examples/remuxing/CMakeFiles/remuxing.dir/rule - -.PHONY : remuxing - -# fast build rule for target. -remuxing/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/build -.PHONY : remuxing/fast - -remuxing.obj: remuxing.cpp.obj - -.PHONY : remuxing.obj - -# target to build an object file -remuxing.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/remuxing.cpp.obj -.PHONY : remuxing.cpp.obj - -remuxing.i: remuxing.cpp.i - -.PHONY : remuxing.i - -# target to preprocess a source file -remuxing.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/remuxing.cpp.i -.PHONY : remuxing.cpp.i - -remuxing.s: remuxing.cpp.s - -.PHONY : remuxing.s - -# target to generate assembly for a file -remuxing.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\remuxing\CMakeFiles\remuxing.dir\build.make examples/remuxing/CMakeFiles/remuxing.dir/remuxing.cpp.s -.PHONY : remuxing.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... remuxing - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... remuxing.obj - @echo ... remuxing.i - @echo ... remuxing.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/examples/samples/Makefile b/build/examples/samples/Makefile deleted file mode 100644 index 88cbf79..0000000 --- a/build/examples/samples/Makefile +++ /dev/null @@ -1,149 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\examples\samples\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/samples/CMakeFiles/samples.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 examples/samples/CMakeFiles/samples.dir/rule -.PHONY : examples/samples/CMakeFiles/samples.dir/rule - -# Convenience name for target. -samples: examples/samples/CMakeFiles/samples.dir/rule - -.PHONY : samples - -# fast build rule for target. -samples/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f examples\samples\CMakeFiles\samples.dir\build.make examples/samples/CMakeFiles/samples.dir/build -.PHONY : samples/fast - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... samples - @echo ... edit_cache - @echo ... rebuild_cache -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - diff --git a/build/source/Makefile b/build/source/Makefile deleted file mode 100644 index 4fe451f..0000000 --- a/build/source/Makefile +++ /dev/null @@ -1,1199 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "MinGW Makefiles" Generator, CMake Version 3.15 - -# Default target executed when no arguments are given to make. -default_target: all - -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - - -# Remove some rules from gmake that .SUFFIXES does not remove. -SUFFIXES = - -.SUFFIXES: .hpux_make_needs_suffix_list - - -# Suppress display of executed commands. -$(VERBOSE).SILENT: - - -# A target that is always out of date. -cmake_force: - -.PHONY : cmake_force - -#============================================================================= -# Set environment variables for the build. - -SHELL = cmd.exe - -# The CMake executable. -CMAKE_COMMAND = "D:\Program Files\CMake\bin\cmake.exe" - -# The command to remove a file. -RM = "D:\Program Files\CMake\bin\cmake.exe" -E remove -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = D:\dev\ffmpeg-cpp - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = D:\dev\ffmpeg-cpp\build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." - "D:\Program Files\CMake\bin\cmake-gui.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache - -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." - "D:\Program Files\CMake\bin\cmake.exe" -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache - -.PHONY : rebuild_cache/fast - -# The main all target -all: cmake_check_build_system - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles D:\dev\ffmpeg-cpp\build\source\CMakeFiles\progress.marks - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/all - $(CMAKE_COMMAND) -E cmake_progress_start D:\dev\ffmpeg-cpp\build\CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/clean -.PHONY : clean - -# The main clean target -clean/fast: clean - -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -source/CMakeFiles/ffmpeg-cpp.dir/rule: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f CMakeFiles\Makefile2 source/CMakeFiles/ffmpeg-cpp.dir/rule -.PHONY : source/CMakeFiles/ffmpeg-cpp.dir/rule - -# Convenience name for target. -ffmpeg-cpp: source/CMakeFiles/ffmpeg-cpp.dir/rule - -.PHONY : ffmpeg-cpp - -# fast build rule for target. -ffmpeg-cpp/fast: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/build -.PHONY : ffmpeg-cpp/fast - -AudioFormatConverter.obj: AudioFormatConverter.cpp.obj - -.PHONY : AudioFormatConverter.obj - -# target to build an object file -AudioFormatConverter.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/AudioFormatConverter.cpp.obj -.PHONY : AudioFormatConverter.cpp.obj - -AudioFormatConverter.i: AudioFormatConverter.cpp.i - -.PHONY : AudioFormatConverter.i - -# target to preprocess a source file -AudioFormatConverter.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/AudioFormatConverter.cpp.i -.PHONY : AudioFormatConverter.cpp.i - -AudioFormatConverter.s: AudioFormatConverter.cpp.s - -.PHONY : AudioFormatConverter.s - -# target to generate assembly for a file -AudioFormatConverter.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/AudioFormatConverter.cpp.s -.PHONY : AudioFormatConverter.cpp.s - -CodecDeducer.obj: CodecDeducer.cpp.obj - -.PHONY : CodecDeducer.obj - -# target to build an object file -CodecDeducer.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/CodecDeducer.cpp.obj -.PHONY : CodecDeducer.cpp.obj - -CodecDeducer.i: CodecDeducer.cpp.i - -.PHONY : CodecDeducer.i - -# target to preprocess a source file -CodecDeducer.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/CodecDeducer.cpp.i -.PHONY : CodecDeducer.cpp.i - -CodecDeducer.s: CodecDeducer.cpp.s - -.PHONY : CodecDeducer.s - -# target to generate assembly for a file -CodecDeducer.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/CodecDeducer.cpp.s -.PHONY : CodecDeducer.cpp.s - -Codecs/AudioCodec.obj: Codecs/AudioCodec.cpp.obj - -.PHONY : Codecs/AudioCodec.obj - -# target to build an object file -Codecs/AudioCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/AudioCodec.cpp.obj -.PHONY : Codecs/AudioCodec.cpp.obj - -Codecs/AudioCodec.i: Codecs/AudioCodec.cpp.i - -.PHONY : Codecs/AudioCodec.i - -# target to preprocess a source file -Codecs/AudioCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/AudioCodec.cpp.i -.PHONY : Codecs/AudioCodec.cpp.i - -Codecs/AudioCodec.s: Codecs/AudioCodec.cpp.s - -.PHONY : Codecs/AudioCodec.s - -# target to generate assembly for a file -Codecs/AudioCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/AudioCodec.cpp.s -.PHONY : Codecs/AudioCodec.cpp.s - -Codecs/Codec.obj: Codecs/Codec.cpp.obj - -.PHONY : Codecs/Codec.obj - -# target to build an object file -Codecs/Codec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/Codec.cpp.obj -.PHONY : Codecs/Codec.cpp.obj - -Codecs/Codec.i: Codecs/Codec.cpp.i - -.PHONY : Codecs/Codec.i - -# target to preprocess a source file -Codecs/Codec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/Codec.cpp.i -.PHONY : Codecs/Codec.cpp.i - -Codecs/Codec.s: Codecs/Codec.cpp.s - -.PHONY : Codecs/Codec.s - -# target to generate assembly for a file -Codecs/Codec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/Codec.cpp.s -.PHONY : Codecs/Codec.cpp.s - -Codecs/H264NVEncCodec.obj: Codecs/H264NVEncCodec.cpp.obj - -.PHONY : Codecs/H264NVEncCodec.obj - -# target to build an object file -Codecs/H264NVEncCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H264NVEncCodec.cpp.obj -.PHONY : Codecs/H264NVEncCodec.cpp.obj - -Codecs/H264NVEncCodec.i: Codecs/H264NVEncCodec.cpp.i - -.PHONY : Codecs/H264NVEncCodec.i - -# target to preprocess a source file -Codecs/H264NVEncCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H264NVEncCodec.cpp.i -.PHONY : Codecs/H264NVEncCodec.cpp.i - -Codecs/H264NVEncCodec.s: Codecs/H264NVEncCodec.cpp.s - -.PHONY : Codecs/H264NVEncCodec.s - -# target to generate assembly for a file -Codecs/H264NVEncCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H264NVEncCodec.cpp.s -.PHONY : Codecs/H264NVEncCodec.cpp.s - -Codecs/H265NVEncCodec.obj: Codecs/H265NVEncCodec.cpp.obj - -.PHONY : Codecs/H265NVEncCodec.obj - -# target to build an object file -Codecs/H265NVEncCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H265NVEncCodec.cpp.obj -.PHONY : Codecs/H265NVEncCodec.cpp.obj - -Codecs/H265NVEncCodec.i: Codecs/H265NVEncCodec.cpp.i - -.PHONY : Codecs/H265NVEncCodec.i - -# target to preprocess a source file -Codecs/H265NVEncCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H265NVEncCodec.cpp.i -.PHONY : Codecs/H265NVEncCodec.cpp.i - -Codecs/H265NVEncCodec.s: Codecs/H265NVEncCodec.cpp.s - -.PHONY : Codecs/H265NVEncCodec.s - -# target to generate assembly for a file -Codecs/H265NVEncCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/H265NVEncCodec.cpp.s -.PHONY : Codecs/H265NVEncCodec.cpp.s - -Codecs/JPGCodec.obj: Codecs/JPGCodec.cpp.obj - -.PHONY : Codecs/JPGCodec.obj - -# target to build an object file -Codecs/JPGCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/JPGCodec.cpp.obj -.PHONY : Codecs/JPGCodec.cpp.obj - -Codecs/JPGCodec.i: Codecs/JPGCodec.cpp.i - -.PHONY : Codecs/JPGCodec.i - -# target to preprocess a source file -Codecs/JPGCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/JPGCodec.cpp.i -.PHONY : Codecs/JPGCodec.cpp.i - -Codecs/JPGCodec.s: Codecs/JPGCodec.cpp.s - -.PHONY : Codecs/JPGCodec.s - -# target to generate assembly for a file -Codecs/JPGCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/JPGCodec.cpp.s -.PHONY : Codecs/JPGCodec.cpp.s - -Codecs/PNGCodec.obj: Codecs/PNGCodec.cpp.obj - -.PHONY : Codecs/PNGCodec.obj - -# target to build an object file -Codecs/PNGCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/PNGCodec.cpp.obj -.PHONY : Codecs/PNGCodec.cpp.obj - -Codecs/PNGCodec.i: Codecs/PNGCodec.cpp.i - -.PHONY : Codecs/PNGCodec.i - -# target to preprocess a source file -Codecs/PNGCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/PNGCodec.cpp.i -.PHONY : Codecs/PNGCodec.cpp.i - -Codecs/PNGCodec.s: Codecs/PNGCodec.cpp.s - -.PHONY : Codecs/PNGCodec.s - -# target to generate assembly for a file -Codecs/PNGCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/PNGCodec.cpp.s -.PHONY : Codecs/PNGCodec.cpp.s - -Codecs/VP9Codec.obj: Codecs/VP9Codec.cpp.obj - -.PHONY : Codecs/VP9Codec.obj - -# target to build an object file -Codecs/VP9Codec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VP9Codec.cpp.obj -.PHONY : Codecs/VP9Codec.cpp.obj - -Codecs/VP9Codec.i: Codecs/VP9Codec.cpp.i - -.PHONY : Codecs/VP9Codec.i - -# target to preprocess a source file -Codecs/VP9Codec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VP9Codec.cpp.i -.PHONY : Codecs/VP9Codec.cpp.i - -Codecs/VP9Codec.s: Codecs/VP9Codec.cpp.s - -.PHONY : Codecs/VP9Codec.s - -# target to generate assembly for a file -Codecs/VP9Codec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VP9Codec.cpp.s -.PHONY : Codecs/VP9Codec.cpp.s - -Codecs/VideoCodec.obj: Codecs/VideoCodec.cpp.obj - -.PHONY : Codecs/VideoCodec.obj - -# target to build an object file -Codecs/VideoCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VideoCodec.cpp.obj -.PHONY : Codecs/VideoCodec.cpp.obj - -Codecs/VideoCodec.i: Codecs/VideoCodec.cpp.i - -.PHONY : Codecs/VideoCodec.i - -# target to preprocess a source file -Codecs/VideoCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VideoCodec.cpp.i -.PHONY : Codecs/VideoCodec.cpp.i - -Codecs/VideoCodec.s: Codecs/VideoCodec.cpp.s - -.PHONY : Codecs/VideoCodec.s - -# target to generate assembly for a file -Codecs/VideoCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Codecs/VideoCodec.cpp.s -.PHONY : Codecs/VideoCodec.cpp.s - -Demuxing/AudioInputStream.obj: Demuxing/AudioInputStream.cpp.obj - -.PHONY : Demuxing/AudioInputStream.obj - -# target to build an object file -Demuxing/AudioInputStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/AudioInputStream.cpp.obj -.PHONY : Demuxing/AudioInputStream.cpp.obj - -Demuxing/AudioInputStream.i: Demuxing/AudioInputStream.cpp.i - -.PHONY : Demuxing/AudioInputStream.i - -# target to preprocess a source file -Demuxing/AudioInputStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/AudioInputStream.cpp.i -.PHONY : Demuxing/AudioInputStream.cpp.i - -Demuxing/AudioInputStream.s: Demuxing/AudioInputStream.cpp.s - -.PHONY : Demuxing/AudioInputStream.s - -# target to generate assembly for a file -Demuxing/AudioInputStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/AudioInputStream.cpp.s -.PHONY : Demuxing/AudioInputStream.cpp.s - -Demuxing/InputStream.obj: Demuxing/InputStream.cpp.obj - -.PHONY : Demuxing/InputStream.obj - -# target to build an object file -Demuxing/InputStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/InputStream.cpp.obj -.PHONY : Demuxing/InputStream.cpp.obj - -Demuxing/InputStream.i: Demuxing/InputStream.cpp.i - -.PHONY : Demuxing/InputStream.i - -# target to preprocess a source file -Demuxing/InputStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/InputStream.cpp.i -.PHONY : Demuxing/InputStream.cpp.i - -Demuxing/InputStream.s: Demuxing/InputStream.cpp.s - -.PHONY : Demuxing/InputStream.s - -# target to generate assembly for a file -Demuxing/InputStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/InputStream.cpp.s -.PHONY : Demuxing/InputStream.cpp.s - -Demuxing/StreamData.obj: Demuxing/StreamData.cpp.obj - -.PHONY : Demuxing/StreamData.obj - -# target to build an object file -Demuxing/StreamData.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/StreamData.cpp.obj -.PHONY : Demuxing/StreamData.cpp.obj - -Demuxing/StreamData.i: Demuxing/StreamData.cpp.i - -.PHONY : Demuxing/StreamData.i - -# target to preprocess a source file -Demuxing/StreamData.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/StreamData.cpp.i -.PHONY : Demuxing/StreamData.cpp.i - -Demuxing/StreamData.s: Demuxing/StreamData.cpp.s - -.PHONY : Demuxing/StreamData.s - -# target to generate assembly for a file -Demuxing/StreamData.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/StreamData.cpp.s -.PHONY : Demuxing/StreamData.cpp.s - -Demuxing/VideoInputStream.obj: Demuxing/VideoInputStream.cpp.obj - -.PHONY : Demuxing/VideoInputStream.obj - -# target to build an object file -Demuxing/VideoInputStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/VideoInputStream.cpp.obj -.PHONY : Demuxing/VideoInputStream.cpp.obj - -Demuxing/VideoInputStream.i: Demuxing/VideoInputStream.cpp.i - -.PHONY : Demuxing/VideoInputStream.i - -# target to preprocess a source file -Demuxing/VideoInputStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/VideoInputStream.cpp.i -.PHONY : Demuxing/VideoInputStream.cpp.i - -Demuxing/VideoInputStream.s: Demuxing/VideoInputStream.cpp.s - -.PHONY : Demuxing/VideoInputStream.s - -# target to generate assembly for a file -Demuxing/VideoInputStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Demuxing/VideoInputStream.cpp.s -.PHONY : Demuxing/VideoInputStream.cpp.s - -FFmpegException.obj: FFmpegException.cpp.obj - -.PHONY : FFmpegException.obj - -# target to build an object file -FFmpegException.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FFmpegException.cpp.obj -.PHONY : FFmpegException.cpp.obj - -FFmpegException.i: FFmpegException.cpp.i - -.PHONY : FFmpegException.i - -# target to preprocess a source file -FFmpegException.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FFmpegException.cpp.i -.PHONY : FFmpegException.cpp.i - -FFmpegException.s: FFmpegException.cpp.s - -.PHONY : FFmpegException.s - -# target to generate assembly for a file -FFmpegException.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FFmpegException.cpp.s -.PHONY : FFmpegException.cpp.s - -FrameContainer.obj: FrameContainer.cpp.obj - -.PHONY : FrameContainer.obj - -# target to build an object file -FrameContainer.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FrameContainer.cpp.obj -.PHONY : FrameContainer.cpp.obj - -FrameContainer.i: FrameContainer.cpp.i - -.PHONY : FrameContainer.i - -# target to preprocess a source file -FrameContainer.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FrameContainer.cpp.i -.PHONY : FrameContainer.cpp.i - -FrameContainer.s: FrameContainer.cpp.s - -.PHONY : FrameContainer.s - -# target to generate assembly for a file -FrameContainer.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/FrameContainer.cpp.s -.PHONY : FrameContainer.cpp.s - -Frame_Sinks/AudioEncoder.obj: Frame_Sinks/AudioEncoder.cpp.obj - -.PHONY : Frame_Sinks/AudioEncoder.obj - -# target to build an object file -Frame_Sinks/AudioEncoder.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioEncoder.cpp.obj -.PHONY : Frame_Sinks/AudioEncoder.cpp.obj - -Frame_Sinks/AudioEncoder.i: Frame_Sinks/AudioEncoder.cpp.i - -.PHONY : Frame_Sinks/AudioEncoder.i - -# target to preprocess a source file -Frame_Sinks/AudioEncoder.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioEncoder.cpp.i -.PHONY : Frame_Sinks/AudioEncoder.cpp.i - -Frame_Sinks/AudioEncoder.s: Frame_Sinks/AudioEncoder.cpp.s - -.PHONY : Frame_Sinks/AudioEncoder.s - -# target to generate assembly for a file -Frame_Sinks/AudioEncoder.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioEncoder.cpp.s -.PHONY : Frame_Sinks/AudioEncoder.cpp.s - -Frame_Sinks/AudioFilter.obj: Frame_Sinks/AudioFilter.cpp.obj - -.PHONY : Frame_Sinks/AudioFilter.obj - -# target to build an object file -Frame_Sinks/AudioFilter.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioFilter.cpp.obj -.PHONY : Frame_Sinks/AudioFilter.cpp.obj - -Frame_Sinks/AudioFilter.i: Frame_Sinks/AudioFilter.cpp.i - -.PHONY : Frame_Sinks/AudioFilter.i - -# target to preprocess a source file -Frame_Sinks/AudioFilter.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioFilter.cpp.i -.PHONY : Frame_Sinks/AudioFilter.cpp.i - -Frame_Sinks/AudioFilter.s: Frame_Sinks/AudioFilter.cpp.s - -.PHONY : Frame_Sinks/AudioFilter.s - -# target to generate assembly for a file -Frame_Sinks/AudioFilter.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/AudioFilter.cpp.s -.PHONY : Frame_Sinks/AudioFilter.cpp.s - -Frame_Sinks/Filter.obj: Frame_Sinks/Filter.cpp.obj - -.PHONY : Frame_Sinks/Filter.obj - -# target to build an object file -Frame_Sinks/Filter.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/Filter.cpp.obj -.PHONY : Frame_Sinks/Filter.cpp.obj - -Frame_Sinks/Filter.i: Frame_Sinks/Filter.cpp.i - -.PHONY : Frame_Sinks/Filter.i - -# target to preprocess a source file -Frame_Sinks/Filter.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/Filter.cpp.i -.PHONY : Frame_Sinks/Filter.cpp.i - -Frame_Sinks/Filter.s: Frame_Sinks/Filter.cpp.s - -.PHONY : Frame_Sinks/Filter.s - -# target to generate assembly for a file -Frame_Sinks/Filter.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/Filter.cpp.s -.PHONY : Frame_Sinks/Filter.cpp.s - -Frame_Sinks/FrameSinkStream.obj: Frame_Sinks/FrameSinkStream.cpp.obj - -.PHONY : Frame_Sinks/FrameSinkStream.obj - -# target to build an object file -Frame_Sinks/FrameSinkStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/FrameSinkStream.cpp.obj -.PHONY : Frame_Sinks/FrameSinkStream.cpp.obj - -Frame_Sinks/FrameSinkStream.i: Frame_Sinks/FrameSinkStream.cpp.i - -.PHONY : Frame_Sinks/FrameSinkStream.i - -# target to preprocess a source file -Frame_Sinks/FrameSinkStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/FrameSinkStream.cpp.i -.PHONY : Frame_Sinks/FrameSinkStream.cpp.i - -Frame_Sinks/FrameSinkStream.s: Frame_Sinks/FrameSinkStream.cpp.s - -.PHONY : Frame_Sinks/FrameSinkStream.s - -# target to generate assembly for a file -Frame_Sinks/FrameSinkStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/FrameSinkStream.cpp.s -.PHONY : Frame_Sinks/FrameSinkStream.cpp.s - -Frame_Sinks/OneInputFrameSink.obj: Frame_Sinks/OneInputFrameSink.cpp.obj - -.PHONY : Frame_Sinks/OneInputFrameSink.obj - -# target to build an object file -Frame_Sinks/OneInputFrameSink.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/OneInputFrameSink.cpp.obj -.PHONY : Frame_Sinks/OneInputFrameSink.cpp.obj - -Frame_Sinks/OneInputFrameSink.i: Frame_Sinks/OneInputFrameSink.cpp.i - -.PHONY : Frame_Sinks/OneInputFrameSink.i - -# target to preprocess a source file -Frame_Sinks/OneInputFrameSink.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/OneInputFrameSink.cpp.i -.PHONY : Frame_Sinks/OneInputFrameSink.cpp.i - -Frame_Sinks/OneInputFrameSink.s: Frame_Sinks/OneInputFrameSink.cpp.s - -.PHONY : Frame_Sinks/OneInputFrameSink.s - -# target to generate assembly for a file -Frame_Sinks/OneInputFrameSink.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/OneInputFrameSink.cpp.s -.PHONY : Frame_Sinks/OneInputFrameSink.cpp.s - -Frame_Sinks/VideoEncoder.obj: Frame_Sinks/VideoEncoder.cpp.obj - -.PHONY : Frame_Sinks/VideoEncoder.obj - -# target to build an object file -Frame_Sinks/VideoEncoder.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoEncoder.cpp.obj -.PHONY : Frame_Sinks/VideoEncoder.cpp.obj - -Frame_Sinks/VideoEncoder.i: Frame_Sinks/VideoEncoder.cpp.i - -.PHONY : Frame_Sinks/VideoEncoder.i - -# target to preprocess a source file -Frame_Sinks/VideoEncoder.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoEncoder.cpp.i -.PHONY : Frame_Sinks/VideoEncoder.cpp.i - -Frame_Sinks/VideoEncoder.s: Frame_Sinks/VideoEncoder.cpp.s - -.PHONY : Frame_Sinks/VideoEncoder.s - -# target to generate assembly for a file -Frame_Sinks/VideoEncoder.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoEncoder.cpp.s -.PHONY : Frame_Sinks/VideoEncoder.cpp.s - -Frame_Sinks/VideoFilterInput.obj: Frame_Sinks/VideoFilterInput.cpp.obj - -.PHONY : Frame_Sinks/VideoFilterInput.obj - -# target to build an object file -Frame_Sinks/VideoFilterInput.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoFilterInput.cpp.obj -.PHONY : Frame_Sinks/VideoFilterInput.cpp.obj - -Frame_Sinks/VideoFilterInput.i: Frame_Sinks/VideoFilterInput.cpp.i - -.PHONY : Frame_Sinks/VideoFilterInput.i - -# target to preprocess a source file -Frame_Sinks/VideoFilterInput.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoFilterInput.cpp.i -.PHONY : Frame_Sinks/VideoFilterInput.cpp.i - -Frame_Sinks/VideoFilterInput.s: Frame_Sinks/VideoFilterInput.cpp.s - -.PHONY : Frame_Sinks/VideoFilterInput.s - -# target to generate assembly for a file -Frame_Sinks/VideoFilterInput.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Frame_Sinks/VideoFilterInput.cpp.s -.PHONY : Frame_Sinks/VideoFilterInput.cpp.s - -Muxing/AudioOutputStream.obj: Muxing/AudioOutputStream.cpp.obj - -.PHONY : Muxing/AudioOutputStream.obj - -# target to build an object file -Muxing/AudioOutputStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/AudioOutputStream.cpp.obj -.PHONY : Muxing/AudioOutputStream.cpp.obj - -Muxing/AudioOutputStream.i: Muxing/AudioOutputStream.cpp.i - -.PHONY : Muxing/AudioOutputStream.i - -# target to preprocess a source file -Muxing/AudioOutputStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/AudioOutputStream.cpp.i -.PHONY : Muxing/AudioOutputStream.cpp.i - -Muxing/AudioOutputStream.s: Muxing/AudioOutputStream.cpp.s - -.PHONY : Muxing/AudioOutputStream.s - -# target to generate assembly for a file -Muxing/AudioOutputStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/AudioOutputStream.cpp.s -.PHONY : Muxing/AudioOutputStream.cpp.s - -Muxing/Muxer.obj: Muxing/Muxer.cpp.obj - -.PHONY : Muxing/Muxer.obj - -# target to build an object file -Muxing/Muxer.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/Muxer.cpp.obj -.PHONY : Muxing/Muxer.cpp.obj - -Muxing/Muxer.i: Muxing/Muxer.cpp.i - -.PHONY : Muxing/Muxer.i - -# target to preprocess a source file -Muxing/Muxer.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/Muxer.cpp.i -.PHONY : Muxing/Muxer.cpp.i - -Muxing/Muxer.s: Muxing/Muxer.cpp.s - -.PHONY : Muxing/Muxer.s - -# target to generate assembly for a file -Muxing/Muxer.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/Muxer.cpp.s -.PHONY : Muxing/Muxer.cpp.s - -Muxing/OutputStream.obj: Muxing/OutputStream.cpp.obj - -.PHONY : Muxing/OutputStream.obj - -# target to build an object file -Muxing/OutputStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/OutputStream.cpp.obj -.PHONY : Muxing/OutputStream.cpp.obj - -Muxing/OutputStream.i: Muxing/OutputStream.cpp.i - -.PHONY : Muxing/OutputStream.i - -# target to preprocess a source file -Muxing/OutputStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/OutputStream.cpp.i -.PHONY : Muxing/OutputStream.cpp.i - -Muxing/OutputStream.s: Muxing/OutputStream.cpp.s - -.PHONY : Muxing/OutputStream.s - -# target to generate assembly for a file -Muxing/OutputStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/OutputStream.cpp.s -.PHONY : Muxing/OutputStream.cpp.s - -Muxing/VideoOutputStream.obj: Muxing/VideoOutputStream.cpp.obj - -.PHONY : Muxing/VideoOutputStream.obj - -# target to build an object file -Muxing/VideoOutputStream.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/VideoOutputStream.cpp.obj -.PHONY : Muxing/VideoOutputStream.cpp.obj - -Muxing/VideoOutputStream.i: Muxing/VideoOutputStream.cpp.i - -.PHONY : Muxing/VideoOutputStream.i - -# target to preprocess a source file -Muxing/VideoOutputStream.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/VideoOutputStream.cpp.i -.PHONY : Muxing/VideoOutputStream.cpp.i - -Muxing/VideoOutputStream.s: Muxing/VideoOutputStream.cpp.s - -.PHONY : Muxing/VideoOutputStream.s - -# target to generate assembly for a file -Muxing/VideoOutputStream.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Muxing/VideoOutputStream.cpp.s -.PHONY : Muxing/VideoOutputStream.cpp.s - -OpenCodec.obj: OpenCodec.cpp.obj - -.PHONY : OpenCodec.obj - -# target to build an object file -OpenCodec.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/OpenCodec.cpp.obj -.PHONY : OpenCodec.cpp.obj - -OpenCodec.i: OpenCodec.cpp.i - -.PHONY : OpenCodec.i - -# target to preprocess a source file -OpenCodec.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/OpenCodec.cpp.i -.PHONY : OpenCodec.cpp.i - -OpenCodec.s: OpenCodec.cpp.s - -.PHONY : OpenCodec.s - -# target to generate assembly for a file -OpenCodec.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/OpenCodec.cpp.s -.PHONY : OpenCodec.cpp.s - -Sources/Demuxer.obj: Sources/Demuxer.cpp.obj - -.PHONY : Sources/Demuxer.obj - -# target to build an object file -Sources/Demuxer.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/Demuxer.cpp.obj -.PHONY : Sources/Demuxer.cpp.obj - -Sources/Demuxer.i: Sources/Demuxer.cpp.i - -.PHONY : Sources/Demuxer.i - -# target to preprocess a source file -Sources/Demuxer.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/Demuxer.cpp.i -.PHONY : Sources/Demuxer.cpp.i - -Sources/Demuxer.s: Sources/Demuxer.cpp.s - -.PHONY : Sources/Demuxer.s - -# target to generate assembly for a file -Sources/Demuxer.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/Demuxer.cpp.s -.PHONY : Sources/Demuxer.cpp.s - -Sources/EncodedFileSource.obj: Sources/EncodedFileSource.cpp.obj - -.PHONY : Sources/EncodedFileSource.obj - -# target to build an object file -Sources/EncodedFileSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/EncodedFileSource.cpp.obj -.PHONY : Sources/EncodedFileSource.cpp.obj - -Sources/EncodedFileSource.i: Sources/EncodedFileSource.cpp.i - -.PHONY : Sources/EncodedFileSource.i - -# target to preprocess a source file -Sources/EncodedFileSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/EncodedFileSource.cpp.i -.PHONY : Sources/EncodedFileSource.cpp.i - -Sources/EncodedFileSource.s: Sources/EncodedFileSource.cpp.s - -.PHONY : Sources/EncodedFileSource.s - -# target to generate assembly for a file -Sources/EncodedFileSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/EncodedFileSource.cpp.s -.PHONY : Sources/EncodedFileSource.cpp.s - -Sources/RawAudioDataSource.obj: Sources/RawAudioDataSource.cpp.obj - -.PHONY : Sources/RawAudioDataSource.obj - -# target to build an object file -Sources/RawAudioDataSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioDataSource.cpp.obj -.PHONY : Sources/RawAudioDataSource.cpp.obj - -Sources/RawAudioDataSource.i: Sources/RawAudioDataSource.cpp.i - -.PHONY : Sources/RawAudioDataSource.i - -# target to preprocess a source file -Sources/RawAudioDataSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioDataSource.cpp.i -.PHONY : Sources/RawAudioDataSource.cpp.i - -Sources/RawAudioDataSource.s: Sources/RawAudioDataSource.cpp.s - -.PHONY : Sources/RawAudioDataSource.s - -# target to generate assembly for a file -Sources/RawAudioDataSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioDataSource.cpp.s -.PHONY : Sources/RawAudioDataSource.cpp.s - -Sources/RawAudioFileSource.obj: Sources/RawAudioFileSource.cpp.obj - -.PHONY : Sources/RawAudioFileSource.obj - -# target to build an object file -Sources/RawAudioFileSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioFileSource.cpp.obj -.PHONY : Sources/RawAudioFileSource.cpp.obj - -Sources/RawAudioFileSource.i: Sources/RawAudioFileSource.cpp.i - -.PHONY : Sources/RawAudioFileSource.i - -# target to preprocess a source file -Sources/RawAudioFileSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioFileSource.cpp.i -.PHONY : Sources/RawAudioFileSource.cpp.i - -Sources/RawAudioFileSource.s: Sources/RawAudioFileSource.cpp.s - -.PHONY : Sources/RawAudioFileSource.s - -# target to generate assembly for a file -Sources/RawAudioFileSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawAudioFileSource.cpp.s -.PHONY : Sources/RawAudioFileSource.cpp.s - -Sources/RawVideoDataSource.obj: Sources/RawVideoDataSource.cpp.obj - -.PHONY : Sources/RawVideoDataSource.obj - -# target to build an object file -Sources/RawVideoDataSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoDataSource.cpp.obj -.PHONY : Sources/RawVideoDataSource.cpp.obj - -Sources/RawVideoDataSource.i: Sources/RawVideoDataSource.cpp.i - -.PHONY : Sources/RawVideoDataSource.i - -# target to preprocess a source file -Sources/RawVideoDataSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoDataSource.cpp.i -.PHONY : Sources/RawVideoDataSource.cpp.i - -Sources/RawVideoDataSource.s: Sources/RawVideoDataSource.cpp.s - -.PHONY : Sources/RawVideoDataSource.s - -# target to generate assembly for a file -Sources/RawVideoDataSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoDataSource.cpp.s -.PHONY : Sources/RawVideoDataSource.cpp.s - -Sources/RawVideoFileSource.obj: Sources/RawVideoFileSource.cpp.obj - -.PHONY : Sources/RawVideoFileSource.obj - -# target to build an object file -Sources/RawVideoFileSource.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoFileSource.cpp.obj -.PHONY : Sources/RawVideoFileSource.cpp.obj - -Sources/RawVideoFileSource.i: Sources/RawVideoFileSource.cpp.i - -.PHONY : Sources/RawVideoFileSource.i - -# target to preprocess a source file -Sources/RawVideoFileSource.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoFileSource.cpp.i -.PHONY : Sources/RawVideoFileSource.cpp.i - -Sources/RawVideoFileSource.s: Sources/RawVideoFileSource.cpp.s - -.PHONY : Sources/RawVideoFileSource.s - -# target to generate assembly for a file -Sources/RawVideoFileSource.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/Sources/RawVideoFileSource.cpp.s -.PHONY : Sources/RawVideoFileSource.cpp.s - -VideoFormatConverter.obj: VideoFormatConverter.cpp.obj - -.PHONY : VideoFormatConverter.obj - -# target to build an object file -VideoFormatConverter.cpp.obj: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/VideoFormatConverter.cpp.obj -.PHONY : VideoFormatConverter.cpp.obj - -VideoFormatConverter.i: VideoFormatConverter.cpp.i - -.PHONY : VideoFormatConverter.i - -# target to preprocess a source file -VideoFormatConverter.cpp.i: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/VideoFormatConverter.cpp.i -.PHONY : VideoFormatConverter.cpp.i - -VideoFormatConverter.s: VideoFormatConverter.cpp.s - -.PHONY : VideoFormatConverter.s - -# target to generate assembly for a file -VideoFormatConverter.cpp.s: - cd /d D:\dev\ffmpeg-cpp\build && $(MAKE) -f source\CMakeFiles\ffmpeg-cpp.dir\build.make source/CMakeFiles/ffmpeg-cpp.dir/VideoFormatConverter.cpp.s -.PHONY : VideoFormatConverter.cpp.s - -# Help Target -help: - @echo The following are some of the valid targets for this Makefile: - @echo ... all (the default if no target is provided) - @echo ... clean - @echo ... depend - @echo ... ffmpeg-cpp - @echo ... edit_cache - @echo ... rebuild_cache - @echo ... AudioFormatConverter.obj - @echo ... AudioFormatConverter.i - @echo ... AudioFormatConverter.s - @echo ... CodecDeducer.obj - @echo ... CodecDeducer.i - @echo ... CodecDeducer.s - @echo ... Codecs/AudioCodec.obj - @echo ... Codecs/AudioCodec.i - @echo ... Codecs/AudioCodec.s - @echo ... Codecs/Codec.obj - @echo ... Codecs/Codec.i - @echo ... Codecs/Codec.s - @echo ... Codecs/H264NVEncCodec.obj - @echo ... Codecs/H264NVEncCodec.i - @echo ... Codecs/H264NVEncCodec.s - @echo ... Codecs/H265NVEncCodec.obj - @echo ... Codecs/H265NVEncCodec.i - @echo ... Codecs/H265NVEncCodec.s - @echo ... Codecs/JPGCodec.obj - @echo ... Codecs/JPGCodec.i - @echo ... Codecs/JPGCodec.s - @echo ... Codecs/PNGCodec.obj - @echo ... Codecs/PNGCodec.i - @echo ... Codecs/PNGCodec.s - @echo ... Codecs/VP9Codec.obj - @echo ... Codecs/VP9Codec.i - @echo ... Codecs/VP9Codec.s - @echo ... Codecs/VideoCodec.obj - @echo ... Codecs/VideoCodec.i - @echo ... Codecs/VideoCodec.s - @echo ... Demuxing/AudioInputStream.obj - @echo ... Demuxing/AudioInputStream.i - @echo ... Demuxing/AudioInputStream.s - @echo ... Demuxing/InputStream.obj - @echo ... Demuxing/InputStream.i - @echo ... Demuxing/InputStream.s - @echo ... Demuxing/StreamData.obj - @echo ... Demuxing/StreamData.i - @echo ... Demuxing/StreamData.s - @echo ... Demuxing/VideoInputStream.obj - @echo ... Demuxing/VideoInputStream.i - @echo ... Demuxing/VideoInputStream.s - @echo ... FFmpegException.obj - @echo ... FFmpegException.i - @echo ... FFmpegException.s - @echo ... FrameContainer.obj - @echo ... FrameContainer.i - @echo ... FrameContainer.s - @echo ... Frame_Sinks/AudioEncoder.obj - @echo ... Frame_Sinks/AudioEncoder.i - @echo ... Frame_Sinks/AudioEncoder.s - @echo ... Frame_Sinks/AudioFilter.obj - @echo ... Frame_Sinks/AudioFilter.i - @echo ... Frame_Sinks/AudioFilter.s - @echo ... Frame_Sinks/Filter.obj - @echo ... Frame_Sinks/Filter.i - @echo ... Frame_Sinks/Filter.s - @echo ... Frame_Sinks/FrameSinkStream.obj - @echo ... Frame_Sinks/FrameSinkStream.i - @echo ... Frame_Sinks/FrameSinkStream.s - @echo ... Frame_Sinks/OneInputFrameSink.obj - @echo ... Frame_Sinks/OneInputFrameSink.i - @echo ... Frame_Sinks/OneInputFrameSink.s - @echo ... Frame_Sinks/VideoEncoder.obj - @echo ... Frame_Sinks/VideoEncoder.i - @echo ... Frame_Sinks/VideoEncoder.s - @echo ... Frame_Sinks/VideoFilterInput.obj - @echo ... Frame_Sinks/VideoFilterInput.i - @echo ... Frame_Sinks/VideoFilterInput.s - @echo ... Muxing/AudioOutputStream.obj - @echo ... Muxing/AudioOutputStream.i - @echo ... Muxing/AudioOutputStream.s - @echo ... Muxing/Muxer.obj - @echo ... Muxing/Muxer.i - @echo ... Muxing/Muxer.s - @echo ... Muxing/OutputStream.obj - @echo ... Muxing/OutputStream.i - @echo ... Muxing/OutputStream.s - @echo ... Muxing/VideoOutputStream.obj - @echo ... Muxing/VideoOutputStream.i - @echo ... Muxing/VideoOutputStream.s - @echo ... OpenCodec.obj - @echo ... OpenCodec.i - @echo ... OpenCodec.s - @echo ... Sources/Demuxer.obj - @echo ... Sources/Demuxer.i - @echo ... Sources/Demuxer.s - @echo ... Sources/EncodedFileSource.obj - @echo ... Sources/EncodedFileSource.i - @echo ... Sources/EncodedFileSource.s - @echo ... Sources/RawAudioDataSource.obj - @echo ... Sources/RawAudioDataSource.i - @echo ... Sources/RawAudioDataSource.s - @echo ... Sources/RawAudioFileSource.obj - @echo ... Sources/RawAudioFileSource.i - @echo ... Sources/RawAudioFileSource.s - @echo ... Sources/RawVideoDataSource.obj - @echo ... Sources/RawVideoDataSource.i - @echo ... Sources/RawVideoDataSource.s - @echo ... Sources/RawVideoFileSource.obj - @echo ... Sources/RawVideoFileSource.i - @echo ... Sources/RawVideoFileSource.s - @echo ... VideoFormatConverter.obj - @echo ... VideoFormatConverter.i - @echo ... VideoFormatConverter.s -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /d D:\dev\ffmpeg-cpp\build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles\Makefile.cmake 0 -.PHONY : cmake_check_build_system - From 75ea119f27ac357daa339adeaa556462891865b4 Mon Sep 17 00:00:00 2001 From: siniarskimar Date: Sat, 27 Jul 2019 16:26:41 +0200 Subject: [PATCH 8/8] Working build system --- CMake/FindFFMPEG.cmake | 14 +- examples/CMakeLists.txt | 24 ++- examples/decode_audio/CMakeLists.txt | 10 +- examples/decode_video/CMakeLists.txt | 10 +- examples/demo/CMakeLists.txt | 10 +- examples/difference/CMakeLists.txt | 10 +- examples/encode_audio/CMakeLists.txt | 10 +- examples/encode_video/CMakeLists.txt | 10 +- examples/filtering_audio/CMakeLists.txt | 10 +- examples/filtering_video/CMakeLists.txt | 10 +- .../filtering_video/filtering_video.vcxproj | 200 ------------------ .../filtering_video.vcxproj.filters | 18 -- .../filtering_video.vcxproj.user | 19 -- examples/print_info/CMakeLists.txt | 10 +- examples/remuxing/CMakeLists.txt | 10 +- examples/samples/CMakeLists.txt | 5 - 16 files changed, 82 insertions(+), 298 deletions(-) delete mode 100644 examples/filtering_video/filtering_video.vcxproj delete mode 100644 examples/filtering_video/filtering_video.vcxproj.filters delete mode 100644 examples/filtering_video/filtering_video.vcxproj.user delete mode 100644 examples/samples/CMakeLists.txt diff --git a/CMake/FindFFMPEG.cmake b/CMake/FindFFMPEG.cmake index f9ad248..bfd3b77 100644 --- a/CMake/FindFFMPEG.cmake +++ b/CMake/FindFFMPEG.cmake @@ -45,16 +45,20 @@ endmacro(_ffmpeg_find) _ffmpeg_find(FFMPEG_AVFORMAT avformat avformat.h) _ffmpeg_find(FFMPEG_AVDEVICE avdevice avdevice.h) -_ffmpeg_find(FFMPEG_AVCODEC avcodec avcodec.h) -_ffmpeg_find(FFMPEG_AVUTIL avutil avutil.h) -_ffmpeg_find(FFMPEG_SWSCALE swscale swscale.h) -_ffmpeg_find(FFMPEG_POSTPROC postproc postprocess.h) +_ffmpeg_find(FFMPEG_AVCODEC avcodec avcodec.h) +_ffmpeg_find(FFMPEG_AVUTIL avutil avutil.h) +_ffmpeg_find(FFMPEG_AVFILTER avfilter avfilter.h) +_ffmpeg_find(FFMPEG_SWRESAMPLE swresample swresample.h) +_ffmpeg_find(FFMPEG_SWSCALE swscale swscale.h) +_ffmpeg_find(FFMPEG_POSTPROC postproc postprocess.h) list(APPEND FFMPEG_LIBRARIES ${FFMPEG_AVFORMAT_LIBRARY} ${FFMPEG_AVDEVICE_LIBRARY} ${FFMPEG_AVCODEC_LIBRARY} ${FFMPEG_AVUTIL_LIBRARY} + ${FFMPEG_AVFILTER_LIBRARY} + ${FFMPEG_SWRESAMPLE_LIBRARY} ${FFMPEG_SWSCALE_LIBRARY} ${FFMPEG_POSTPROC_LIBRARY} ) @@ -64,6 +68,8 @@ list(APPEND FFMPEG_INCLUDE_DIRS ${FFMPEG_AVDEVICE_INCLUDE_DIR} ${FFMPEG_AVCODEC_INCLUDE_DIR} ${FFMPEG_AVUTIL_INCLUDE_DIR} + ${FFMPEG_AVFILTER_INCLUDE_DIR} + ${FFMPEG_SWRESAMPLE_INCLUDE_DIR} ${FFMPEG_SWSCALE_INCLUDE_DIR} ${FFMPEG_POSTPROC_INCLUDE_DIR} ) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index aee3a09..c5ae4bc 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -1,6 +1,10 @@ -# Viariable to set examples output directory +# Variable to set examples output directory set(EXAMPLE_BIN_DIR "${CMAKE_CURRENT_BINARY_DIR}") +set(examples +remuxing print_info filtering_video filtering_audio encode_video + encode_audio difference demo decode_video decode_audio +) add_subdirectory("decode_audio") add_subdirectory("decode_video") @@ -13,4 +17,20 @@ add_subdirectory("filtering_video") add_subdirectory("print_info") add_subdirectory("remuxing") -add_subdirectory("samples") \ No newline at end of file +add_custom_target(samples ALL) +macro(copy_samples dir) + add_custom_command( + TARGET samples POST_BUILD + COMMAND ${CMAKE_COMMAND} -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/samples" "${dir}/samples" + ) +endmacro(copy_samples) + +copy_samples("${EXAMPLE_BIN_DIR}") + +if(MSVC) + set_target_properties( + ${examples} + PROPERTIES + VS_DEBUGGER_WORKING_DIRECTORY "${EXAMPLE_BIN_DIR}" + ) +endif() \ No newline at end of file diff --git a/examples/decode_audio/CMakeLists.txt b/examples/decode_audio/CMakeLists.txt index 0d52788..2087c3a 100644 --- a/examples/decode_audio/CMakeLists.txt +++ b/examples/decode_audio/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(decode_audio decode_audio.cpp ) -set_target_properties(decode_audio PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(decode_audio ffmpeg-cpp) -set_target_properties(decode_audio PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(decode_audio + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/decode_video/CMakeLists.txt b/examples/decode_video/CMakeLists.txt index 3eb9edc..008cf05 100644 --- a/examples/decode_video/CMakeLists.txt +++ b/examples/decode_video/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(decode_video decode_video.cpp ) -set_target_properties(decode_video PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(decode_video ffmpeg-cpp) -set_target_properties(decode_video PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(decode_video + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/demo/CMakeLists.txt b/examples/demo/CMakeLists.txt index ac6935a..6ce0a23 100644 --- a/examples/demo/CMakeLists.txt +++ b/examples/demo/CMakeLists.txt @@ -6,10 +6,10 @@ add_executable(demo GeneratedVideoSource.h ) -set_target_properties(demo PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(demo ffmpeg-cpp) -set_target_properties(demo PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(demo + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/difference/CMakeLists.txt b/examples/difference/CMakeLists.txt index ee3e089..20a02b6 100644 --- a/examples/difference/CMakeLists.txt +++ b/examples/difference/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(difference difference.cpp ) -set_target_properties(difference PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(difference ffmpeg-cpp) -set_target_properties(difference PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(difference + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/encode_audio/CMakeLists.txt b/examples/encode_audio/CMakeLists.txt index 5a048ca..d3d09b8 100644 --- a/examples/encode_audio/CMakeLists.txt +++ b/examples/encode_audio/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(encode_audio encode_audio.cpp ) -set_target_properties(encode_audio PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(encode_audio ffmpeg-cpp) -set_target_properties(encode_audio PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(encode_audio + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/encode_video/CMakeLists.txt b/examples/encode_video/CMakeLists.txt index 4563cc2..3141176 100644 --- a/examples/encode_video/CMakeLists.txt +++ b/examples/encode_video/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(encode_video encode_video.cpp ) -set_target_properties(encode_video PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(encode_video ffmpeg-cpp) -set_target_properties(encode_video PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(encode_video + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/filtering_audio/CMakeLists.txt b/examples/filtering_audio/CMakeLists.txt index 7390027..3a2c5ee 100644 --- a/examples/filtering_audio/CMakeLists.txt +++ b/examples/filtering_audio/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(filtering_audio filtering_audio.cpp ) -set_target_properties(filtering_audio PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(filtering_audio ffmpeg-cpp) -set_target_properties(filtering_audio PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(filtering_audio + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/filtering_video/CMakeLists.txt b/examples/filtering_video/CMakeLists.txt index f018f6a..62d4d09 100644 --- a/examples/filtering_video/CMakeLists.txt +++ b/examples/filtering_video/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(filtering_video filtering_video.cpp ) -set_target_properties(filtering_video PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(filtering_video ffmpeg-cpp) -set_target_properties(filtering_video PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(filtering_video + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/filtering_video/filtering_video.vcxproj b/examples/filtering_video/filtering_video.vcxproj deleted file mode 100644 index 4362b9a..0000000 --- a/examples/filtering_video/filtering_video.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 15.0 - {80579A29-8073-46A0-B328-661155E0887B} - Win32Proj - decodeaudio - 10.0.17763.0 - - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - Application - true - v141 - Unicode - - - Application - false - v141 - true - Unicode - - - - - - - - - - - - - - - - - - - - - - - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - true - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - false - $(ProjectDir)..\..\..\bin\$(Platform)\$(Configuration)\ - obj\$(Platform)\$(Configuration)\ - - - - NotUsing - Level3 - Disabled - false - _DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - Disabled - true - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - NotUsing - Level3 - MaxSpeed - true - true - true - NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - true - pch.h - $(FFmpegLibraryDir)include;..\ffmpeg-cpp;%(AdditionalIncludeDirectories) - - - Console - true - true - true - %(AdditionalDependencies) - - - xcopy $(SamplesDir) $(OutDir)samples /s /y /i -xcopy $(FFmpegLibraryDir)bin $(OutDir) /s /y /i - - - - - {babfd64d-9bf1-4328-b977-24bf81800620} - - - - - - - - - \ No newline at end of file diff --git a/examples/filtering_video/filtering_video.vcxproj.filters b/examples/filtering_video/filtering_video.vcxproj.filters deleted file mode 100644 index b1ed7c9..0000000 --- a/examples/filtering_video/filtering_video.vcxproj.filters +++ /dev/null @@ -1,18 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms - - - - - Source Files - - - \ No newline at end of file diff --git a/examples/filtering_video/filtering_video.vcxproj.user b/examples/filtering_video/filtering_video.vcxproj.user deleted file mode 100644 index 6c84d89..0000000 --- a/examples/filtering_video/filtering_video.vcxproj.user +++ /dev/null @@ -1,19 +0,0 @@ - - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - - $(OutDir) - WindowsLocalDebugger - - \ No newline at end of file diff --git a/examples/print_info/CMakeLists.txt b/examples/print_info/CMakeLists.txt index 14f937b..35cbc05 100644 --- a/examples/print_info/CMakeLists.txt +++ b/examples/print_info/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(print_info print_info.cpp ) -set_target_properties(print_info PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(print_info ffmpeg-cpp) -set_target_properties(print_info PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(print_info + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/remuxing/CMakeLists.txt b/examples/remuxing/CMakeLists.txt index db520a3..3d9eb5d 100644 --- a/examples/remuxing/CMakeLists.txt +++ b/examples/remuxing/CMakeLists.txt @@ -2,10 +2,10 @@ add_executable(remuxing remuxing.cpp ) -set_target_properties(remuxing PROPERTIES - RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} -) - target_link_libraries(remuxing ffmpeg-cpp) -set_target_properties(remuxing PROPERTIES FOLDER examples) \ No newline at end of file +set_target_properties(remuxing + PROPERTIES + FOLDER examples + RUNTIME_OUTPUT_DIRECTORY ${EXAMPLE_BIN_DIR} +) \ No newline at end of file diff --git a/examples/samples/CMakeLists.txt b/examples/samples/CMakeLists.txt deleted file mode 100644 index 449ffcd..0000000 --- a/examples/samples/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -add_custom_target(samples) -add_custom_command( - TARGET samples POST_BUILD - COMMAND ${CMAKE_COMMAND} -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}" "${EXAMPLES_BIN_DIR}" -) \ No newline at end of file