diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-06-30 01:06:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-06-30 01:06:08 -0400 |
| commit | 8f11917e84ed3b09bec10cf46c768dfc377f85d1 (patch) | |
| tree | b09ae3063433d4899ac1aae6bd4a6935449cd6a1 /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | |
| parent | 808ff8f05477d8a9871ee15bf6070737c810eceb (diff) | |
| parent | 9a012e458cd12ca7b9630ce7f3074318db9deee8 (diff) | |
Merge pull request #1894 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index 5576a49bd..794353451 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -71,6 +71,7 @@ <Compile Include="Encoder\EncodingJob.cs" /> <Compile Include="Encoder\EncodingJobFactory.cs" /> <Compile Include="Encoder\EncodingUtils.cs" /> + <Compile Include="Encoder\EncoderValidator.cs" /> <Compile Include="Encoder\JobLogger.cs" /> <Compile Include="Encoder\MediaEncoder.cs" /> <Compile Include="Encoder\VideoEncoder.cs" /> |
