Skip to content

Commit

Permalink
remove files that we dont need to check in
Browse files Browse the repository at this point in the history
  • Loading branch information
salarkhan committed Dec 20, 2024
1 parent c2b5911 commit e286d3c
Show file tree
Hide file tree
Showing 23 changed files with 43 additions and 405 deletions.
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
.vscode
testdata/out/

# generated
*.pc
*.la
deps/aom
deps/osx/bin
deps/osx/man
deps/osx/share
deps/linux/bin
deps/linux/man
deps/linux/share
33 changes: 33 additions & 0 deletions deps/osx/include/libyuv.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
/*
* Copyright 2011 The LibYuv Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/

#ifndef INCLUDE_LIBYUV_H_
#define INCLUDE_LIBYUV_H_

#include "libyuv/basic_types.h"
#include "libyuv/compare.h"
#include "libyuv/convert.h"
#include "libyuv/convert_argb.h"
#include "libyuv/convert_from.h"
#include "libyuv/convert_from_argb.h"
#include "libyuv/cpu_id.h"
#include "libyuv/mjpeg_decoder.h"
#include "libyuv/planar_functions.h"
#include "libyuv/rotate.h"
#include "libyuv/rotate_argb.h"
#include "libyuv/row.h"
#include "libyuv/scale.h"
#include "libyuv/scale_argb.h"
#include "libyuv/scale_row.h"
#include "libyuv/scale_uv.h"
#include "libyuv/version.h"
#include "libyuv/video_common.h"

#endif // INCLUDE_LIBYUV_H_
41 changes: 0 additions & 41 deletions deps/osx/lib/libpng.la

This file was deleted.

41 changes: 0 additions & 41 deletions deps/osx/lib/libsharpyuv.la

This file was deleted.

41 changes: 0 additions & 41 deletions deps/osx/lib/libwebp.la

This file was deleted.

41 changes: 0 additions & 41 deletions deps/osx/lib/libwebpdemux.la

This file was deleted.

41 changes: 0 additions & 41 deletions deps/osx/lib/libwebpmux.la

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libavcodec.pc

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libavdevice.pc

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libavfilter.pc

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libavformat.pc

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libavutil.pc

This file was deleted.

10 changes: 0 additions & 10 deletions deps/osx/lib/pkgconfig/libjpeg.pc

This file was deleted.

12 changes: 0 additions & 12 deletions deps/osx/lib/pkgconfig/libpng.pc

This file was deleted.

11 changes: 0 additions & 11 deletions deps/osx/lib/pkgconfig/libsharpyuv.pc

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libswresample.pc

This file was deleted.

14 changes: 0 additions & 14 deletions deps/osx/lib/pkgconfig/libswscale.pc

This file was deleted.

Loading

0 comments on commit e286d3c

Please sign in to comment.