aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-03-27 19:01:42 -0400
committerTim Hobbs <jesus.tesh@gmail.com>2014-03-28 03:28:30 -0700
commit0aec40966e281a1ffefe78ad6461b2f6582ce628 (patch)
tree75e10f6244338497b9f93cd02efc7c5a40762acc /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
parentfb22901d38832dcea332136ac748305ba74eb5db (diff)
add image encoder based on ffmpeg
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
-rw-r--r--MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
index d92522bf0..fb1041f89 100644
--- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
+++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj
@@ -48,6 +48,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BdInfo\BdInfoExaminer.cs" />
+ <Compile Include="Encoder\ImageEncoder.cs" />
<Compile Include="Encoder\MediaEncoder.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>